Html Css Color HEX #AF33CE Dark Orchid

📋 copy color: '#AF33CE'

red 175 ◦ green 51 ◦ blue 206

#AF33CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF33CE

Tints of Dark Orchid #AF33CE

RGB

 RED value IS 175 (68.75% from 255) = 40.51%

 GREEN value IS 51 (20.31% from 255) = 11.81%

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 40.51%
G = 11.81%
B = 47.69%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF33CE (or 0xAF33CE) is known color: Dark Orchid. HEX triplet: AF, 33 and CE. RGB value is (175,51,206). Sum of RGB (Red+Green+Blue) = 175+51+206=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF33CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33CE is #50CC31. Grayscale: #696969. Windows color (decimal): -5295154 or 13513647. OLE color: 13513647.

HSL color Cylindrical-coordinate representation of color #AF33CE: hue angle of 288º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF33CE is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 51 206 -
CMYK 0.15 0.75 0 0.19
HSL 288º 0.61% 0.5% -
HSV(B) 288º 0.75% 0.81% -
XYZ 30 15.94 59.89 -
YUV 105.75 184.58 177.4 -
System Red Green Blue C M Y K H S L
Decimal 175 51 206 0.15 0.75 0 0.19 288 0.61 0.5
Hex AF 33 CE F 4B 0 13 120 3D 32
Octal 257 63 316 17 113 0 23 440 75 62
Binary 10101111 110011 11001110 1111 1001011 0 10011 100100000 111101 110010

Color Harmonies of #AF33CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF33CE

Black with #AF33CE

Text Example


Text Example

White with #AF33CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF33CE; }

 p { color: rgb(175,51,206); }

 H1.HeaderClassName
 {
   color: #AF33CE;
 }
 .AnyTagClassName
 {
   color: #AF33CE;
 }
</style>

background-color css

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

 a { background-color: rgb(175,51,206); }

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

border-color css

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

 span { border-color: rgb(175,51,206); }

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