Html Css Color HEX #AB15C2 Dark Violet

📋 copy color: '#AB15C2'

red 171 ◦ green 21 ◦ blue 194

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

Shades of Dark Violet #AB15C2

Tints of Dark Violet #AB15C2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.44%

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

R = 44.3%
G = 5.44%
B = 50.26%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB15C2 (or 0xAB15C2) is known color: Dark Violet. HEX triplet: AB, 15 and C2. RGB value is (171,21,194). Sum of RGB (Red+Green+Blue) = 171+21+194=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB15C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15C2 is #54EA3D. Grayscale: #555555. Windows color (decimal): -5564990 or 12719531. OLE color: 12719531.

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

Color convert

RGB 171 21 194 -
CMYK 0.12 0.89 0 0.24
HSL 292.02º 0.8% 0.42% -
HSV(B) 292.02º 0.89% 0.76% -
XYZ 26.8 13.09 52.15 -
YUV 85.57 189.2 188.93 -
System Red Green Blue C M Y K H S L
Decimal 171 21 194 0.12 0.89 0 0.24 292.02 0.8 0.42
Hex AB 15 C2 C 59 0 18 124 50 2A
Octal 253 25 302 14 131 0 30 444 120 52
Binary 10101011 10101 11000010 1100 1011001 0 11000 100100100 1010000 101010

Color Harmonies of #AB15C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB15C2

Black with #AB15C2

Text Example


Text Example

White with #AB15C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB15C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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