Html Css Color HEX #AB13BE Dark Violet

📋 copy color: '#AB13BE'

red 171 ◦ green 19 ◦ blue 190

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

Shades of Dark Violet #AB13BE

Tints of Dark Violet #AB13BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5%

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

R = 45%
G = 5%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB13BE (or 0xAB13BE) is known color: Dark Violet. HEX triplet: AB, 13 and BE. RGB value is (171,19,190). Sum of RGB (Red+Green+Blue) = 171+19+190=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB13BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13BE is #54EC41. Grayscale: #535353. Windows color (decimal): -5565506 or 12456875. OLE color: 12456875.

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

Color convert

RGB 171 19 190 -
CMYK 0.10 0.90 0 0.25
HSL 293.33º 0.82% 0.41% -
HSV(B) 293.33º 0.9% 0.75% -
XYZ 26.32 12.84 49.81 -
YUV 83.94 187.86 190.1 -
System Red Green Blue C M Y K H S L
Decimal 171 19 190 0.10 0.90 0 0.25 293.33 0.82 0.41
Hex AB 13 BE A 5A 0 19 125 52 29
Octal 253 23 276 12 132 0 31 445 122 51
Binary 10101011 10011 10111110 1010 1011010 0 11001 100100101 1010010 101001

Color Harmonies of #AB13BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13BE

Black with #AB13BE

Text Example


Text Example

White with #AB13BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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