Html Css Color HEX #AB04BD Dark Violet

📋 copy color: '#AB04BD'

red 171 ◦ green 4 ◦ blue 189

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

Shades of Dark Violet #AB04BD

Tints of Dark Violet #AB04BD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 46.98%
G = 1.1%
B = 51.92%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB04BD (or 0xAB04BD) is known color: Dark Violet. HEX triplet: AB, 04 and BD. RGB value is (171,4,189). Sum of RGB (Red+Green+Blue) = 171+4+189=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB04BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04BD is #54FB42. Grayscale: #4A4A4A. Windows color (decimal): -5569347 or 12387499. OLE color: 12387499.

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

Color convert

RGB 171 4 189 -
CMYK 0.10 0.98 0 0.26
HSL 294.16º 0.96% 0.38% -
HSV(B) 294.16º 0.98% 0.74% -
XYZ 26.02 12.42 49.17 -
YUV 75.02 192.33 196.46 -
System Red Green Blue C M Y K H S L
Decimal 171 4 189 0.10 0.98 0 0.26 294.16 0.96 0.38
Hex AB 4 BD A 62 0 1A 126 60 26
Octal 253 4 275 12 142 0 32 446 140 46
Binary 10101011 100 10111101 1010 1100010 0 11010 100100110 1100000 100110

Color Harmonies of #AB04BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04BD

Black with #AB04BD

Text Example


Text Example

White with #AB04BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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