Html Css Color HEX #AF19DF Dark Violet

📋 copy color: '#AF19DF'

red 175 ◦ green 25 ◦ blue 223

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

Shades of Dark Violet #AF19DF

Tints of Dark Violet #AF19DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 41.37%
G = 5.91%
B = 52.72%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF19DF (or 0xAF19DF) is known color: Dark Violet. HEX triplet: AF, 19 and DF. RGB value is (175,25,223). Sum of RGB (Red+Green+Blue) = 175+25+223=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF19DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19DF is #50E620. Grayscale: #5B5B5B. Windows color (decimal): -5301793 or 14621103. OLE color: 14621103.

HSL color Cylindrical-coordinate representation of color #AF19DF: hue angle of 285.45º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF19DF is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 25 223 -
CMYK 0.22 0.89 0 0.13
HSL 285.45º 0.8% 0.49% -
HSV(B) 285.45º 0.89% 0.87% -
XYZ 31.35 15.14 71.08 -
YUV 92.42 201.7 186.9 -
System Red Green Blue C M Y K H S L
Decimal 175 25 223 0.22 0.89 0 0.13 285.45 0.8 0.49
Hex AF 19 DF 16 59 0 D 11D 50 31
Octal 257 31 337 26 131 0 15 435 120 61
Binary 10101111 11001 11011111 10110 1011001 0 1101 100011101 1010000 110001

Color Harmonies of #AF19DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19DF

Black with #AF19DF

Text Example


Text Example

White with #AF19DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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