Html Css Color HEX #AB04BE Dark Violet

📋 copy color: '#AB04BE'

red 171 ◦ green 4 ◦ blue 190

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

Shades of Dark Violet #AB04BE

Tints of Dark Violet #AB04BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 46.85%
G = 1.1%
B = 52.05%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB04BE (or 0xAB04BE) is known color: Dark Violet. HEX triplet: AB, 04 and BE. RGB value is (171,4,190). Sum of RGB (Red+Green+Blue) = 171+4+190=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB04BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04BE is #54FB41. Grayscale: #4A4A4A. Windows color (decimal): -5569346 or 12453035. OLE color: 12453035.

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

Color convert

RGB 171 4 190 -
CMYK 0.10 0.98 0 0.25
HSL 293.87º 0.96% 0.38% -
HSV(B) 293.87º 0.98% 0.75% -
XYZ 26.13 12.46 49.74 -
YUV 75.14 192.83 196.38 -
System Red Green Blue C M Y K H S L
Decimal 171 4 190 0.10 0.98 0 0.25 293.87 0.96 0.38
Hex AB 4 BE A 62 0 19 126 60 26
Octal 253 4 276 12 142 0 31 446 140 46
Binary 10101011 100 10111110 1010 1100010 0 11001 100100110 1100000 100110

Color Harmonies of #AB04BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04BE

Black with #AB04BE

Text Example


Text Example

White with #AB04BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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