Html Css Color HEX #AF0BD0 Dark Violet

📋 copy color: '#AF0BD0'

red 175 ◦ green 11 ◦ blue 208

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

Shades of Dark Violet #AF0BD0

Tints of Dark Violet #AF0BD0

RGB

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

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

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

R = 44.42%
G = 2.79%
B = 52.79%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF0BD0 (or 0xAF0BD0) is known color: Dark Violet. HEX triplet: AF, 0B and D0. RGB value is (175,11,208). Sum of RGB (Red+Green+Blue) = 175+11+208=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF0BD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BD0 is #50F42F. Grayscale: #515151. Windows color (decimal): -5305392 or 13634479. OLE color: 13634479.

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

Color convert

RGB 175 11 208 -
CMYK 0.16 0.95 0 0.18
HSL 289.95º 0.9% 0.43% -
HSV(B) 289.95º 0.95% 0.82% -
XYZ 29.18 13.91 60.82 -
YUV 82.49 198.83 193.98 -
System Red Green Blue C M Y K H S L
Decimal 175 11 208 0.16 0.95 0 0.18 289.95 0.9 0.43
Hex AF B D0 10 5F 0 12 122 5A 2B
Octal 257 13 320 20 137 0 22 442 132 53
Binary 10101111 1011 11010000 10000 1011111 0 10010 100100010 1011010 101011

Color Harmonies of #AF0BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BD0

Black with #AF0BD0

Text Example


Text Example

White with #AF0BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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