Html Css Color HEX #AF0DDE Dark Violet

📋 copy color: '#AF0DDE'

red 175 ◦ green 13 ◦ blue 222

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

Shades of Dark Violet #AF0DDE

Tints of Dark Violet #AF0DDE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.17%

 BLUE value IS 222 (87.11% from 255) = 54.15%

R = 42.68%
G = 3.17%
B = 54.15%

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

#AF0DDE (or 0xAF0DDE) is known color: Dark Violet. HEX triplet: AF, 0D and DE. RGB value is (175,13,222). Sum of RGB (Red+Green+Blue) = 175+13+222=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF0DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DDE is #50F221. Grayscale: #545454. Windows color (decimal): -5304866 or 14552495. OLE color: 14552495.

HSL color Cylindrical-coordinate representation of color #AF0DDE: hue angle of 286.51º degrees, saturation: 0.89, 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 #AF0DDE is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 13 222 -
CMYK 0.21 0.94 0 0.13
HSL 286.51º 0.89% 0.46% -
HSV(B) 286.51º 0.94% 0.87% -
XYZ 31.01 14.68 70.31 -
YUV 85.26 205.17 192.01 -
System Red Green Blue C M Y K H S L
Decimal 175 13 222 0.21 0.94 0 0.13 286.51 0.89 0.46
Hex AF D DE 15 5E 0 D 11F 59 2E
Octal 257 15 336 25 136 0 15 437 131 56
Binary 10101111 1101 11011110 10101 1011110 0 1101 100011111 1011001 101110

Color Harmonies of #AF0DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0DDE

Black with #AF0DDE

Text Example


Text Example

White with #AF0DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0DDE; }

 p { color: rgb(175,13,222); }

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

background-color css

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

 a { background-color: rgb(175,13,222); }

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

border-color css

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

 span { border-color: rgb(175,13,222); }

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