#af34bb

Color #AF34BB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AF34BB

Tints of Dark Orchid #AF34BB

Color information

#AF34BB (or 0xAF34BB) is unknown color: approx Dark Orchid. HEX triplet: AF, 34 and BB. RGB value is (175,52,187). Sum of RGB (Red+Green+Blue) = 175+52+187=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF34BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34BB is #50CB44. Grayscale: #676767. Windows color (decimal): -5294917 or 12268719. OLE color: 12268719.

HSL color Cylindrical-coordinate representation of color #AF34BB: hue angle of 294.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF34BB is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17552187-
CMYK0.060.7200.27
HSL294.67º56.49%46.86%-
HSV(B)294.67º72.19%73.33%-
XYZ27.8815.1648.47-
YUV104.17174.75178.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 52 (20.70% from 255) = 12.56%
BLUE value IS 187 (73.44% from 255) = 45.17%
R=42.27%
G=12.56%
B=45.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175521870.060.7200.27294.6756.4946.86
HexAF34BB64801B127382f
Octal2576427361100334477057
Binary10101111110100101110111101001000011011100100111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af34bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af34bb; }

 p { color: rgb(175,52,187); }

 H1.HeaderClassName
 {
   color: #af34bb;
 }
 .AnyTagClassName
 {
   color: #af34bb;
 }
</style>
background-color css

<style>
 a { background-color: #af34bb; }

 a { background-color: rgb(175,52,187); }

 div.DivClassName
 {
   background-color: #af34bb;
 }
 .BgClassName
 {
   background-color: #af34bb;
 }
</style>
border-color css

<style>
 span { border-color: #af34bb; }

 span { border-color: rgb(175,52,187); }

 td.TdClassName
 {
   border-color: #af34bb;
 }
 .TagClassName
 {
   border-color: #af34bb;
 }
</style>