Html Css Color HEX #AF0EDC Dark Violet

📋 copy color: '#AF0EDC'

red 175 ◦ green 14 ◦ blue 220

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

Shades of Dark Violet #AF0EDC

Tints of Dark Violet #AF0EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 42.79%
G = 3.42%
B = 53.79%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF0EDC (or 0xAF0EDC) is known color: Dark Violet. HEX triplet: AF, 0E and DC. RGB value is (175,14,220). Sum of RGB (Red+Green+Blue) = 175+14+220=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF0EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EDC is #50F123. Grayscale: #545454. Windows color (decimal): -5304612 or 14421679. OLE color: 14421679.

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

Color convert

RGB 175 14 220 -
CMYK 0.20 0.94 0 0.14
HSL 286.89º 0.88% 0.46% -
HSV(B) 286.89º 0.94% 0.86% -
XYZ 30.75 14.6 68.91 -
YUV 85.62 203.84 191.75 -
System Red Green Blue C M Y K H S L
Decimal 175 14 220 0.20 0.94 0 0.14 286.89 0.88 0.46
Hex AF E DC 14 5E 0 E 11F 58 2E
Octal 257 16 334 24 136 0 16 437 130 56
Binary 10101111 1110 11011100 10100 1011110 0 1110 100011111 1011000 101110

Color Harmonies of #AF0EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EDC

Black with #AF0EDC

Text Example


Text Example

White with #AF0EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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