Html Css Color HEX #AF13DD Dark Violet

📋 copy color: '#AF13DD'

red 175 ◦ green 19 ◦ blue 221

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

Shades of Dark Violet #AF13DD

Tints of Dark Violet #AF13DD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.58%

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

R = 42.17%
G = 4.58%
B = 53.25%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF13DD (or 0xAF13DD) is known color: Dark Violet. HEX triplet: AF, 13 and DD. RGB value is (175,19,221). Sum of RGB (Red+Green+Blue) = 175+19+221=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF13DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13DD is #50EC22. Grayscale: #585858. Windows color (decimal): -5303331 or 14488495. OLE color: 14488495.

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

Color convert

RGB 175 19 221 -
CMYK 0.21 0.91 0 0.13
HSL 286.34º 0.84% 0.47% -
HSV(B) 286.34º 0.91% 0.87% -
XYZ 30.96 14.8 69.63 -
YUV 88.67 202.68 189.57 -
System Red Green Blue C M Y K H S L
Decimal 175 19 221 0.21 0.91 0 0.13 286.34 0.84 0.47
Hex AF 13 DD 15 5B 0 D 11E 54 2F
Octal 257 23 335 25 133 0 15 436 124 57
Binary 10101111 10011 11011101 10101 1011011 0 1101 100011110 1010100 101111

Color Harmonies of #AF13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13DD

Black with #AF13DD

Text Example


Text Example

White with #AF13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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