Html Css Color HEX #AF19C5 Dark Orchid

📋 copy color: '#AF19C5'

red 175 ◦ green 25 ◦ blue 197

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

Shades of Dark Orchid #AF19C5

Tints of Dark Orchid #AF19C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 49.62%

R = 44.08%
G = 6.3%
B = 49.62%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF19C5 (or 0xAF19C5) is known color: Dark Orchid. HEX triplet: AF, 19 and C5. RGB value is (175,25,197). Sum of RGB (Red+Green+Blue) = 175+25+197=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF19C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19C5 is #50E63A. Grayscale: #585858. Windows color (decimal): -5301819 or 12917167. OLE color: 12917167.

HSL color Cylindrical-coordinate representation of color #AF19C5: hue angle of 292.33º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF19C5 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 25 197 -
CMYK 0.11 0.87 0 0.23
HSL 292.33º 0.77% 0.44% -
HSV(B) 292.33º 0.87% 0.77% -
XYZ 28.1 13.84 54.01 -
YUV 89.46 188.7 189.01 -
System Red Green Blue C M Y K H S L
Decimal 175 25 197 0.11 0.87 0 0.23 292.33 0.77 0.44
Hex AF 19 C5 B 57 0 17 124 4D 2C
Octal 257 31 305 13 127 0 27 444 115 54
Binary 10101111 11001 11000101 1011 1010111 0 10111 100100100 1001101 101100

Color Harmonies of #AF19C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19C5

Black with #AF19C5

Text Example


Text Example

White with #AF19C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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