Html Css Color HEX #AF0ED1 Dark Violet

📋 copy color: '#AF0ED1'

red 175 ◦ green 14 ◦ blue 209

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

Shades of Dark Violet #AF0ED1

Tints of Dark Violet #AF0ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.51%

R = 43.97%
G = 3.52%
B = 52.51%

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

#AF0ED1 (or 0xAF0ED1) is known color: Dark Violet. HEX triplet: AF, 0E and D1. RGB value is (175,14,209). Sum of RGB (Red+Green+Blue) = 175+14+209=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF0ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ED1 is #50F12E. Grayscale: #535353. Windows color (decimal): -5304623 or 13700783. OLE color: 13700783.

HSL color Cylindrical-coordinate representation of color #AF0ED1: hue angle of 289.54º 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 #AF0ED1 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 14 209 -
CMYK 0.16 0.93 0 0.18
HSL 289.54º 0.87% 0.44% -
HSV(B) 289.54º 0.93% 0.82% -
XYZ 29.34 14.03 61.48 -
YUV 84.37 198.34 192.64 -
System Red Green Blue C M Y K H S L
Decimal 175 14 209 0.16 0.93 0 0.18 289.54 0.87 0.44
Hex AF E D1 10 5D 0 12 122 57 2C
Octal 257 16 321 20 135 0 22 442 127 54
Binary 10101111 1110 11010001 10000 1011101 0 10010 100100010 1010111 101100

Color Harmonies of #AF0ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0ED1

Black with #AF0ED1

Text Example


Text Example

White with #AF0ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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