Html Css Color HEX #AB0DBD Dark Violet

📋 copy color: '#AB0DBD'

red 171 ◦ green 13 ◦ blue 189

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

Shades of Dark Violet #AB0DBD

Tints of Dark Violet #AB0DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 45.84%
G = 3.49%
B = 50.67%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB0DBD (or 0xAB0DBD) is known color: Dark Violet. HEX triplet: AB, 0D and BD. RGB value is (171,13,189). Sum of RGB (Red+Green+Blue) = 171+13+189=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB0DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DBD is #54F242. Grayscale: #4F4F4F. Windows color (decimal): -5567043 or 12389803. OLE color: 12389803.

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

Color convert

RGB 171 13 189 -
CMYK 0.10 0.93 0 0.26
HSL 293.86º 0.87% 0.4% -
HSV(B) 293.86º 0.93% 0.74% -
XYZ 26.12 12.62 49.2 -
YUV 80.31 189.35 192.69 -
System Red Green Blue C M Y K H S L
Decimal 171 13 189 0.10 0.93 0 0.26 293.86 0.87 0.4
Hex AB D BD A 5D 0 1A 126 57 28
Octal 253 15 275 12 135 0 32 446 127 50
Binary 10101011 1101 10111101 1010 1011101 0 11010 100100110 1010111 101000

Color Harmonies of #AB0DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0DBD

Black with #AB0DBD

Text Example


Text Example

White with #AB0DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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