Html Css Color HEX #AF15D9 Dark Violet

📋 copy color: '#AF15D9'

red 175 ◦ green 21 ◦ blue 217

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

Shades of Dark Violet #AF15D9

Tints of Dark Violet #AF15D9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.08%

 BLUE value IS 217 (85.16% from 255) = 52.54%

R = 42.37%
G = 5.08%
B = 52.54%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF15D9 (or 0xAF15D9) is known color: Dark Violet. HEX triplet: AF, 15 and D9. RGB value is (175,21,217). Sum of RGB (Red+Green+Blue) = 175+21+217=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF15D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15D9 is #50EA26. Grayscale: #585858. Windows color (decimal): -5302823 or 14226863. OLE color: 14226863.

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

Color convert

RGB 175 21 217 -
CMYK 0.19 0.90 0 0.15
HSL 287.14º 0.82% 0.47% -
HSV(B) 287.14º 0.9% 0.85% -
XYZ 30.47 14.66 66.87 -
YUV 89.39 200.02 189.06 -
System Red Green Blue C M Y K H S L
Decimal 175 21 217 0.19 0.90 0 0.15 287.14 0.82 0.47
Hex AF 15 D9 13 5A 0 F 11F 52 2F
Octal 257 25 331 23 132 0 17 437 122 57
Binary 10101111 10101 11011001 10011 1011010 0 1111 100011111 1010010 101111

Color Harmonies of #AF15D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15D9

Black with #AF15D9

Text Example


Text Example

White with #AF15D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15D9; }

 p { color: rgb(175,21,217); }

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

background-color css

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

 a { background-color: rgb(175,21,217); }

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

border-color css

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

 span { border-color: rgb(175,21,217); }

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