Html Css Color HEX #AF19C9 Dark Orchid

📋 copy color: '#AF19C9'

red 175 ◦ green 25 ◦ blue 201

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

Shades of Dark Orchid #AF19C9

Tints of Dark Orchid #AF19C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.12%

R = 43.64%
G = 6.23%
B = 50.12%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF19C9 (or 0xAF19C9) is known color: Dark Orchid. HEX triplet: AF, 19 and C9. RGB value is (175,25,201). Sum of RGB (Red+Green+Blue) = 175+25+201=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF19C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19C9 is #50E636. Grayscale: #595959. Windows color (decimal): -5301815 or 13179311. OLE color: 13179311.

HSL color Cylindrical-coordinate representation of color #AF19C9: hue angle of 291.14º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF19C9 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 25 201 -
CMYK 0.13 0.88 0 0.21
HSL 291.14º 0.78% 0.44% -
HSV(B) 291.14º 0.88% 0.79% -
XYZ 28.57 14.03 56.46 -
YUV 89.91 190.7 188.69 -
System Red Green Blue C M Y K H S L
Decimal 175 25 201 0.13 0.88 0 0.21 291.14 0.78 0.44
Hex AF 19 C9 D 58 0 15 123 4E 2C
Octal 257 31 311 15 130 0 25 443 116 54
Binary 10101111 11001 11001001 1101 1011000 0 10101 100100011 1001110 101100

Color Harmonies of #AF19C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19C9

Black with #AF19C9

Text Example


Text Example

White with #AF19C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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