Html Css Color HEX #AB01C5 Dark Violet

📋 copy color: '#AB01C5'

red 171 ◦ green 1 ◦ blue 197

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

Shades of Dark Violet #AB01C5

Tints of Dark Violet #AB01C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 53.39%

R = 46.34%
G = 0.27%
B = 53.39%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB01C5 (or 0xAB01C5) is known color: Dark Violet. HEX triplet: AB, 01 and C5. RGB value is (171,1,197). Sum of RGB (Red+Green+Blue) = 171+1+197=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 197 (77.34% from 255 or 53.39% from 369); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB01C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01C5 is #54FE3A. Grayscale: #494949. Windows color (decimal): -5570107 or 12911019. OLE color: 12911019.

HSL color Cylindrical-coordinate representation of color #AB01C5: hue angle of 292.04º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB01C5 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 1 197 -
CMYK 0.13 0.99 0 0.23
HSL 292.04º 0.99% 0.39% -
HSV(B) 292.04º 0.99% 0.77% -
XYZ 26.88 12.71 53.86 -
YUV 74.17 197.32 197.06 -
System Red Green Blue C M Y K H S L
Decimal 171 1 197 0.13 0.99 0 0.23 292.04 0.99 0.39
Hex AB 1 C5 D 63 0 17 124 63 27
Octal 253 1 305 15 143 0 27 444 143 47
Binary 10101011 1 11000101 1101 1100011 0 10111 100100100 1100011 100111

Color Harmonies of #AB01C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01C5

Black with #AB01C5

Text Example


Text Example

White with #AB01C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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