Html Css Color HEX #AB01BC Dark Violet

📋 copy color: '#AB01BC'

red 171 ◦ green 1 ◦ blue 188

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

Shades of Dark Violet #AB01BC

Tints of Dark Violet #AB01BC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 47.5%
G = 0.28%
B = 52.22%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB01BC (or 0xAB01BC) is known color: Dark Violet. HEX triplet: AB, 01 and BC. RGB value is (171,1,188). Sum of RGB (Red+Green+Blue) = 171+1+188=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB01BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01BC is #54FE43. Grayscale: #484848. Windows color (decimal): -5570116 or 12321195. OLE color: 12321195.

HSL color Cylindrical-coordinate representation of color #AB01BC: hue angle of 294.55º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB01BC is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 1 188 -
CMYK 0.09 0.99 0 0.26
HSL 294.55º 0.99% 0.37% -
HSV(B) 294.55º 0.99% 0.74% -
XYZ 25.88 12.31 48.59 -
YUV 73.15 192.82 197.79 -
System Red Green Blue C M Y K H S L
Decimal 171 1 188 0.09 0.99 0 0.26 294.55 0.99 0.37
Hex AB 1 BC 9 63 0 1A 127 63 25
Octal 253 1 274 11 143 0 32 447 143 45
Binary 10101011 1 10111100 1001 1100011 0 11010 100100111 1100011 100101

Color Harmonies of #AB01BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01BC

Black with #AB01BC

Text Example


Text Example

White with #AB01BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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