Html Css Color HEX #AF15DD Dark Violet

📋 copy color: '#AF15DD'

red 175 ◦ green 21 ◦ blue 221

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

Shades of Dark Violet #AF15DD

Tints of Dark Violet #AF15DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 41.97%
G = 5.04%
B = 53%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF15DD (or 0xAF15DD) is known color: Dark Violet. HEX triplet: AF, 15 and DD. RGB value is (175,21,221). Sum of RGB (Red+Green+Blue) = 175+21+221=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF15DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15DD is #50EA22. Grayscale: #595959. Windows color (decimal): -5302819 or 14489007. OLE color: 14489007.

HSL color Cylindrical-coordinate representation of color #AF15DD: hue angle of 286.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF15DD is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 21 221 -
CMYK 0.21 0.90 0 0.13
HSL 286.2º 0.83% 0.47% -
HSV(B) 286.2º 0.9% 0.87% -
XYZ 31 14.87 69.64 -
YUV 89.85 202.02 188.74 -
System Red Green Blue C M Y K H S L
Decimal 175 21 221 0.21 0.90 0 0.13 286.2 0.83 0.47
Hex AF 15 DD 15 5A 0 D 11E 53 2F
Octal 257 25 335 25 132 0 15 436 123 57
Binary 10101111 10101 11011101 10101 1011010 0 1101 100011110 1010011 101111

Color Harmonies of #AF15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15DD

Black with #AF15DD

Text Example


Text Example

White with #AF15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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