Html Css Color HEX #AB0BD7 Dark Violet

📋 copy color: '#AB0BD7'

red 171 ◦ green 11 ◦ blue 215

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

Shades of Dark Violet #AB0BD7

Tints of Dark Violet #AB0BD7

RGB

 RED value IS 171 (67.19% from 255) = 43.07%

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

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

R = 43.07%
G = 2.77%
B = 54.16%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB0BD7 (or 0xAB0BD7) is known color: Dark Violet. HEX triplet: AB, 0B and D7. RGB value is (171,11,215). Sum of RGB (Red+Green+Blue) = 171+11+215=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB0BD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0BD7 is #54F428. Grayscale: #515151. Windows color (decimal): -5567529 or 14093227. OLE color: 14093227.

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

Color convert

RGB 171 11 215 -
CMYK 0.20 0.95 0 0.16
HSL 287.06º 0.9% 0.44% -
HSV(B) 287.06º 0.95% 0.84% -
XYZ 29.18 13.8 65.42 -
YUV 82.1 203.01 191.41 -
System Red Green Blue C M Y K H S L
Decimal 171 11 215 0.20 0.95 0 0.16 287.06 0.9 0.44
Hex AB B D7 14 5F 0 10 11F 5A 2C
Octal 253 13 327 24 137 0 20 437 132 54
Binary 10101011 1011 11010111 10100 1011111 0 10000 100011111 1011010 101100

Color Harmonies of #AB0BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BD7

Black with #AB0BD7

Text Example


Text Example

White with #AB0BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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