Html Css Color HEX #AB01BE Dark Violet

📋 copy color: '#AB01BE'

red 171 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #AB01BE

Tints of Dark Violet #AB01BE

RGB

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

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

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

R = 47.24%
G = 0.28%
B = 52.49%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB01BE (or 0xAB01BE) is known color: Dark Violet. HEX triplet: AB, 01 and BE. RGB value is (171,1,190). Sum of RGB (Red+Green+Blue) = 171+1+190=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB01BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01BE is #54FE41. Grayscale: #484848. Windows color (decimal): -5570114 or 12452267. OLE color: 12452267.

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

Color convert

RGB 171 1 190 -
CMYK 0.10 0.99 0 0.25
HSL 293.97º 0.99% 0.37% -
HSV(B) 293.97º 0.99% 0.75% -
XYZ 26.1 12.4 49.73 -
YUV 73.38 193.82 197.63 -
System Red Green Blue C M Y K H S L
Decimal 171 1 190 0.10 0.99 0 0.25 293.97 0.99 0.37
Hex AB 1 BE A 63 0 19 126 63 25
Octal 253 1 276 12 143 0 31 446 143 45
Binary 10101011 1 10111110 1010 1100011 0 11001 100100110 1100011 100101

Color Harmonies of #AB01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01BE

Black with #AB01BE

Text Example


Text Example

White with #AB01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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