Html Css Color HEX #AB0DBF Dark Violet

📋 copy color: '#AB0DBF'

red 171 ◦ green 13 ◦ blue 191

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

Shades of Dark Violet #AB0DBF

Tints of Dark Violet #AB0DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.93%

R = 45.6%
G = 3.47%
B = 50.93%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB0DBF (or 0xAB0DBF) is known color: Dark Violet. HEX triplet: AB, 0D and BF. RGB value is (171,13,191). Sum of RGB (Red+Green+Blue) = 171+13+191=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB0DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DBF is #54F240. Grayscale: #4F4F4F. Windows color (decimal): -5567041 or 12520875. OLE color: 12520875.

HSL color Cylindrical-coordinate representation of color #AB0DBF: hue angle of 293.26º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0DBF is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 13 191 -
CMYK 0.10 0.93 0 0.25
HSL 293.26º 0.87% 0.4% -
HSV(B) 293.26º 0.93% 0.75% -
XYZ 26.34 12.71 50.35 -
YUV 80.53 190.35 192.53 -
System Red Green Blue C M Y K H S L
Decimal 171 13 191 0.10 0.93 0 0.25 293.26 0.87 0.4
Hex AB D BF A 5D 0 19 125 57 28
Octal 253 15 277 12 135 0 31 445 127 50
Binary 10101011 1101 10111111 1010 1011101 0 11001 100100101 1010111 101000

Color Harmonies of #AB0DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0DBF

Black with #AB0DBF

Text Example


Text Example

White with #AB0DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0DBF; }

 p { color: rgb(171,13,191); }

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

background-color css

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

 a { background-color: rgb(171,13,191); }

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

border-color css

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

 span { border-color: rgb(171,13,191); }

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