Html Css Color HEX #AB13BC Dark Violet

📋 copy color: '#AB13BC'

red 171 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #AB13BC

Tints of Dark Violet #AB13BC

RGB

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

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

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

R = 45.24%
G = 5.03%
B = 49.74%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB13BC (or 0xAB13BC) is known color: Dark Violet. HEX triplet: AB, 13 and BC. RGB value is (171,19,188). Sum of RGB (Red+Green+Blue) = 171+19+188=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB13BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13BC is #54EC43. Grayscale: #535353. Windows color (decimal): -5565508 or 12325803. OLE color: 12325803.

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

Color convert

RGB 171 19 188 -
CMYK 0.09 0.90 0 0.26
HSL 293.96º 0.82% 0.41% -
HSV(B) 293.96º 0.9% 0.74% -
XYZ 26.1 12.75 48.66 -
YUV 83.71 186.86 190.26 -
System Red Green Blue C M Y K H S L
Decimal 171 19 188 0.09 0.90 0 0.26 293.96 0.82 0.41
Hex AB 13 BC 9 5A 0 1A 126 52 29
Octal 253 23 274 11 132 0 32 446 122 51
Binary 10101011 10011 10111100 1001 1011010 0 11010 100100110 1010010 101001

Color Harmonies of #AB13BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13BC

Black with #AB13BC

Text Example


Text Example

White with #AB13BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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