Html Css Color HEX #AB01BD Dark Violet

📋 copy color: '#AB01BD'

red 171 ◦ green 1 ◦ blue 189

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

Shades of Dark Violet #AB01BD

Tints of Dark Violet #AB01BD

RGB

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

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

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

R = 47.37%
G = 0.28%
B = 52.35%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB01BD (or 0xAB01BD) is known color: Dark Violet. HEX triplet: AB, 01 and BD. RGB value is (171,1,189). Sum of RGB (Red+Green+Blue) = 171+1+189=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB01BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01BD is #54FE42. Grayscale: #484848. Windows color (decimal): -5570115 or 12386731. OLE color: 12386731.

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

Color convert

RGB 171 1 189 -
CMYK 0.10 0.99 0 0.26
HSL 294.26º 0.99% 0.37% -
HSV(B) 294.26º 0.99% 0.74% -
XYZ 25.99 12.35 49.16 -
YUV 73.26 193.32 197.71 -
System Red Green Blue C M Y K H S L
Decimal 171 1 189 0.10 0.99 0 0.26 294.26 0.99 0.37
Hex AB 1 BD A 63 0 1A 126 63 25
Octal 253 1 275 12 143 0 32 446 143 45
Binary 10101011 1 10111101 1010 1100011 0 11010 100100110 1100011 100101

Color Harmonies of #AB01BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01BD

Black with #AB01BD

Text Example


Text Example

White with #AB01BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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