Html Css Color HEX #AF0BD7 Dark Violet

📋 copy color: '#AF0BD7'

red 175 ◦ green 11 ◦ blue 215

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

Shades of Dark Violet #AF0BD7

Tints of Dark Violet #AF0BD7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.74%

 BLUE value IS 215 (84.38% from 255) = 53.62%

R = 43.64%
G = 2.74%
B = 53.62%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF0BD7 (or 0xAF0BD7) is known color: Dark Violet. HEX triplet: AF, 0B and D7. RGB value is (175,11,215). Sum of RGB (Red+Green+Blue) = 175+11+215=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF0BD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BD7 is #50F428. Grayscale: #525252. Windows color (decimal): -5305385 or 14093231. OLE color: 14093231.

HSL color Cylindrical-coordinate representation of color #AF0BD7: hue angle of 288.24º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0BD7 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 11 215 -
CMYK 0.19 0.95 0 0.16
HSL 288.24º 0.9% 0.44% -
HSV(B) 288.24º 0.95% 0.84% -
XYZ 30.06 14.26 65.46 -
YUV 83.29 202.33 193.41 -
System Red Green Blue C M Y K H S L
Decimal 175 11 215 0.19 0.95 0 0.16 288.24 0.9 0.44
Hex AF B D7 13 5F 0 10 120 5A 2C
Octal 257 13 327 23 137 0 20 440 132 54
Binary 10101111 1011 11010111 10011 1011111 0 10000 100100000 1011010 101100

Color Harmonies of #AF0BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BD7

Black with #AF0BD7

Text Example


Text Example

White with #AF0BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BD7; }

 p { color: rgb(175,11,215); }

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

background-color css

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

 a { background-color: rgb(175,11,215); }

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

border-color css

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

 span { border-color: rgb(175,11,215); }

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