Html Css Color HEX #AB04BC Dark Violet

📋 copy color: '#AB04BC'

red 171 ◦ green 4 ◦ blue 188

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

Shades of Dark Violet #AB04BC

Tints of Dark Violet #AB04BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 47.11%
G = 1.1%
B = 51.79%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB04BC (or 0xAB04BC) is known color: Dark Violet. HEX triplet: AB, 04 and BC. RGB value is (171,4,188). Sum of RGB (Red+Green+Blue) = 171+4+188=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB04BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04BC is #54FB43. Grayscale: #4A4A4A. Windows color (decimal): -5569348 or 12321963. OLE color: 12321963.

HSL color Cylindrical-coordinate representation of color #AB04BC: hue angle of 294.46º 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 #AB04BC is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 4 188 -
CMYK 0.09 0.98 0 0.26
HSL 294.46º 0.96% 0.38% -
HSV(B) 294.46º 0.98% 0.74% -
XYZ 25.92 12.38 48.6 -
YUV 74.91 191.83 196.54 -
System Red Green Blue C M Y K H S L
Decimal 171 4 188 0.09 0.98 0 0.26 294.46 0.96 0.38
Hex AB 4 BC 9 62 0 1A 126 60 26
Octal 253 4 274 11 142 0 32 446 140 46
Binary 10101011 100 10111100 1001 1100010 0 11010 100100110 1100000 100110

Color Harmonies of #AB04BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04BC

Black with #AB04BC

Text Example


Text Example

White with #AB04BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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