Html Css Color HEX #AF19C0 Dark Orchid

📋 copy color: '#AF19C0'

red 175 ◦ green 25 ◦ blue 192

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

Shades of Dark Orchid #AF19C0

Tints of Dark Orchid #AF19C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.98%

R = 44.64%
G = 6.38%
B = 48.98%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF19C0 (or 0xAF19C0) is known color: Dark Orchid. HEX triplet: AF, 19 and C0. RGB value is (175,25,192). Sum of RGB (Red+Green+Blue) = 175+25+192=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF19C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19C0 is #50E63F. Grayscale: #585858. Windows color (decimal): -5301824 or 12589487. OLE color: 12589487.

HSL color Cylindrical-coordinate representation of color #AF19C0: hue angle of 293.89º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF19C0 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 25 192 -
CMYK 0.09 0.87 0 0.25
HSL 293.89º 0.77% 0.43% -
HSV(B) 293.89º 0.87% 0.75% -
XYZ 27.54 13.61 51.05 -
YUV 88.89 186.2 189.42 -
System Red Green Blue C M Y K H S L
Decimal 175 25 192 0.09 0.87 0 0.25 293.89 0.77 0.43
Hex AF 19 C0 9 57 0 19 126 4D 2B
Octal 257 31 300 11 127 0 31 446 115 53
Binary 10101111 11001 11000000 1001 1010111 0 11001 100100110 1001101 101011

Color Harmonies of #AF19C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19C0

Black with #AF19C0

Text Example


Text Example

White with #AF19C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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