Html Css Color HEX #AF39CC Dark Orchid

📋 copy color: '#AF39CC'

red 175 ◦ green 57 ◦ blue 204

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

Shades of Dark Orchid #AF39CC

Tints of Dark Orchid #AF39CC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.07%

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 40.14%
G = 13.07%
B = 46.79%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF39CC (or 0xAF39CC) is known color: Dark Orchid. HEX triplet: AF, 39 and CC. RGB value is (175,57,204). Sum of RGB (Red+Green+Blue) = 175+57+204=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF39CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39CC is #50C633. Grayscale: #6C6C6C. Windows color (decimal): -5293620 or 13384111. OLE color: 13384111.

HSL color Cylindrical-coordinate representation of color #AF39CC: hue angle of 288.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF39CC is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 57 204 -
CMYK 0.14 0.72 0 0.2
HSL 288.16º 0.59% 0.51% -
HSV(B) 288.16º 0.72% 0.8% -
XYZ 30.04 16.4 58.71 -
YUV 109.04 181.59 175.05 -
System Red Green Blue C M Y K H S L
Decimal 175 57 204 0.14 0.72 0 0.2 288.16 0.59 0.51
Hex AF 39 CC E 48 0 14 120 3B 33
Octal 257 71 314 16 110 0 24 440 73 63
Binary 10101111 111001 11001100 1110 1001000 0 10100 100100000 111011 110011

Color Harmonies of #AF39CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39CC

Black with #AF39CC

Text Example


Text Example

White with #AF39CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF39CC; }

 p { color: rgb(175,57,204); }

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

background-color css

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

 a { background-color: rgb(175,57,204); }

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

border-color css

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

 span { border-color: rgb(175,57,204); }

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