Html Css Color HEX #AF19D8 Dark Orchid

📋 copy color: '#AF19D8'

red 175 ◦ green 25 ◦ blue 216

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

Shades of Dark Orchid #AF19D8

Tints of Dark Orchid #AF19D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.92%

R = 42.07%
G = 6.01%
B = 51.92%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF19D8 (or 0xAF19D8) is known color: Dark Orchid. HEX triplet: AF, 19 and D8. RGB value is (175,25,216). Sum of RGB (Red+Green+Blue) = 175+25+216=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF19D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19D8 is #50E627. Grayscale: #5B5B5B. Windows color (decimal): -5301800 or 14162351. OLE color: 14162351.

HSL color Cylindrical-coordinate representation of color #AF19D8: hue angle of 287.12º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF19D8 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 25 216 -
CMYK 0.19 0.88 0 0.15
HSL 287.12º 0.79% 0.47% -
HSV(B) 287.12º 0.88% 0.85% -
XYZ 30.42 14.77 66.21 -
YUV 91.62 198.2 187.47 -
System Red Green Blue C M Y K H S L
Decimal 175 25 216 0.19 0.88 0 0.15 287.12 0.79 0.47
Hex AF 19 D8 13 58 0 F 11F 4F 2F
Octal 257 31 330 23 130 0 17 437 117 57
Binary 10101111 11001 11011000 10011 1011000 0 1111 100011111 1001111 101111

Color Harmonies of #AF19D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19D8

Black with #AF19D8

Text Example


Text Example

White with #AF19D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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