Html Css Color HEX #AB13C2 Dark Violet

📋 copy color: '#AB13C2'

red 171 ◦ green 19 ◦ blue 194

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

Shades of Dark Violet #AB13C2

Tints of Dark Violet #AB13C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.52%

R = 44.53%
G = 4.95%
B = 50.52%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB13C2 (or 0xAB13C2) is known color: Dark Violet. HEX triplet: AB, 13 and C2. RGB value is (171,19,194). Sum of RGB (Red+Green+Blue) = 171+19+194=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB13C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13C2 is #54EC3D. Grayscale: #535353. Windows color (decimal): -5565502 or 12719019. OLE color: 12719019.

HSL color Cylindrical-coordinate representation of color #AB13C2: hue angle of 292.11º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB13C2 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 19 194 -
CMYK 0.12 0.90 0 0.24
HSL 292.11º 0.82% 0.42% -
HSV(B) 292.11º 0.9% 0.76% -
XYZ 26.77 13.02 52.14 -
YUV 84.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 171 19 194 0.12 0.90 0 0.24 292.11 0.82 0.42
Hex AB 13 C2 C 5A 0 18 124 52 2A
Octal 253 23 302 14 132 0 30 444 122 52
Binary 10101011 10011 11000010 1100 1011010 0 11000 100100100 1010010 101010

Color Harmonies of #AB13C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13C2

Black with #AB13C2

Text Example


Text Example

White with #AB13C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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