Html Css Color HEX #AF0EE1 Dark Violet

📋 copy color: '#AF0EE1'

red 175 ◦ green 14 ◦ blue 225

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

Shades of Dark Violet #AF0EE1

Tints of Dark Violet #AF0EE1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.38%

 BLUE value IS 225 (88.28% from 255) = 54.35%

R = 42.27%
G = 3.38%
B = 54.35%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF0EE1 (or 0xAF0EE1) is known color: Dark Violet. HEX triplet: AF, 0E and E1. RGB value is (175,14,225). Sum of RGB (Red+Green+Blue) = 175+14+225=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 225 (88.28% from 255 or 54.35% from 414); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF0EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EE1 is #50F11E. Grayscale: #555555. Windows color (decimal): -5304607 or 14749359. OLE color: 14749359.

HSL color Cylindrical-coordinate representation of color #AF0EE1: hue angle of 285.78º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0EE1 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 14 225 -
CMYK 0.22 0.94 0 0.12
HSL 285.78º 0.88% 0.47% -
HSV(B) 285.78º 0.94% 0.88% -
XYZ 31.43 14.86 72.45 -
YUV 86.19 206.34 191.34 -
System Red Green Blue C M Y K H S L
Decimal 175 14 225 0.22 0.94 0 0.12 285.78 0.88 0.47
Hex AF E E1 16 5E 0 C 11E 58 2F
Octal 257 16 341 26 136 0 14 436 130 57
Binary 10101111 1110 11100001 10110 1011110 0 1100 100011110 1011000 101111

Color Harmonies of #AF0EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EE1

Black with #AF0EE1

Text Example


Text Example

White with #AF0EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EE1; }

 p { color: rgb(175,14,225); }

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

background-color css

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

 a { background-color: rgb(175,14,225); }

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

border-color css

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

 span { border-color: rgb(175,14,225); }

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