Html Css Color HEX #AF19CC Dark Orchid

📋 copy color: '#AF19CC'

red 175 ◦ green 25 ◦ blue 204

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

Shades of Dark Orchid #AF19CC

Tints of Dark Orchid #AF19CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.19%

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

R = 43.32%
G = 6.19%
B = 50.5%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF19CC (or 0xAF19CC) is known color: Dark Orchid. HEX triplet: AF, 19 and CC. RGB value is (175,25,204). Sum of RGB (Red+Green+Blue) = 175+25+204=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF19CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19CC is #50E633. Grayscale: #595959. Windows color (decimal): -5301812 or 13375919. OLE color: 13375919.

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

Color convert

RGB 175 25 204 -
CMYK 0.14 0.88 0 0.2
HSL 290.28º 0.78% 0.45% -
HSV(B) 290.28º 0.88% 0.8% -
XYZ 28.93 14.17 58.34 -
YUV 90.26 192.2 188.45 -
System Red Green Blue C M Y K H S L
Decimal 175 25 204 0.14 0.88 0 0.2 290.28 0.78 0.45
Hex AF 19 CC E 58 0 14 122 4E 2D
Octal 257 31 314 16 130 0 24 442 116 55
Binary 10101111 11001 11001100 1110 1011000 0 10100 100100010 1001110 101101

Color Harmonies of #AF19CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19CC

Black with #AF19CC

Text Example


Text Example

White with #AF19CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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