Html Css Color HEX #AF0ED0 Dark Violet

📋 copy color: '#AF0ED0'

red 175 ◦ green 14 ◦ blue 208

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

Shades of Dark Violet #AF0ED0

Tints of Dark Violet #AF0ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.39%

R = 44.08%
G = 3.53%
B = 52.39%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF0ED0 (or 0xAF0ED0) is known color: Dark Violet. HEX triplet: AF, 0E and D0. RGB value is (175,14,208). Sum of RGB (Red+Green+Blue) = 175+14+208=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF0ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ED0 is #50F12F. Grayscale: #535353. Windows color (decimal): -5304624 or 13635247. OLE color: 13635247.

HSL color Cylindrical-coordinate representation of color #AF0ED0: hue angle of 289.79º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0ED0 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 14 208 -
CMYK 0.16 0.93 0 0.18
HSL 289.79º 0.87% 0.44% -
HSV(B) 289.79º 0.93% 0.82% -
XYZ 29.22 13.98 60.83 -
YUV 84.26 197.84 192.73 -
System Red Green Blue C M Y K H S L
Decimal 175 14 208 0.16 0.93 0 0.18 289.79 0.87 0.44
Hex AF E D0 10 5D 0 12 122 57 2C
Octal 257 16 320 20 135 0 22 442 127 54
Binary 10101111 1110 11010000 10000 1011101 0 10010 100100010 1010111 101100

Color Harmonies of #AF0ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0ED0

Black with #AF0ED0

Text Example


Text Example

White with #AF0ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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