Html Css Color HEX #AF0EDD Dark Violet

📋 copy color: '#AF0EDD'

red 175 ◦ green 14 ◦ blue 221

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

Shades of Dark Violet #AF0EDD

Tints of Dark Violet #AF0EDD

RGB

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

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

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

R = 42.68%
G = 3.41%
B = 53.9%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF0EDD (or 0xAF0EDD) is known color: Dark Violet. HEX triplet: AF, 0E and DD. RGB value is (175,14,221). Sum of RGB (Red+Green+Blue) = 175+14+221=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF0EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EDD is #50F122. Grayscale: #555555. Windows color (decimal): -5304611 or 14487215. OLE color: 14487215.

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

Color convert

RGB 175 14 221 -
CMYK 0.21 0.94 0 0.13
HSL 286.67º 0.88% 0.46% -
HSV(B) 286.67º 0.94% 0.87% -
XYZ 30.89 14.65 69.61 -
YUV 85.74 204.34 191.67 -
System Red Green Blue C M Y K H S L
Decimal 175 14 221 0.21 0.94 0 0.13 286.67 0.88 0.46
Hex AF E DD 15 5E 0 D 11F 58 2E
Octal 257 16 335 25 136 0 15 437 130 56
Binary 10101111 1110 11011101 10101 1011110 0 1101 100011111 1011000 101110

Color Harmonies of #AF0EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EDD

Black with #AF0EDD

Text Example


Text Example

White with #AF0EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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