Html Css Color HEX #AF0DDF Dark Violet

📋 copy color: '#AF0DDF'

red 175 ◦ green 13 ◦ blue 223

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

Shades of Dark Violet #AF0DDF

Tints of Dark Violet #AF0DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.26%

R = 42.58%
G = 3.16%
B = 54.26%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF0DDF (or 0xAF0DDF) is known color: Dark Violet. HEX triplet: AF, 0D and DF. RGB value is (175,13,223). Sum of RGB (Red+Green+Blue) = 175+13+223=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF0DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DDF is #50F220. Grayscale: #545454. Windows color (decimal): -5304865 or 14618031. OLE color: 14618031.

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

Color convert

RGB 175 13 223 -
CMYK 0.22 0.94 0 0.13
HSL 286.29º 0.89% 0.46% -
HSV(B) 286.29º 0.94% 0.87% -
XYZ 31.14 14.73 71.01 -
YUV 85.38 205.67 191.92 -
System Red Green Blue C M Y K H S L
Decimal 175 13 223 0.22 0.94 0 0.13 286.29 0.89 0.46
Hex AF D DF 16 5E 0 D 11E 59 2E
Octal 257 15 337 26 136 0 15 436 131 56
Binary 10101111 1101 11011111 10110 1011110 0 1101 100011110 1011001 101110

Color Harmonies of #AF0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0DDF

Black with #AF0DDF

Text Example


Text Example

White with #AF0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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