Html Css Color HEX #AB15CC Dark Violet

📋 copy color: '#AB15CC'

red 171 ◦ green 21 ◦ blue 204

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

Shades of Dark Violet #AB15CC

Tints of Dark Violet #AB15CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 43.18%
G = 5.3%
B = 51.52%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB15CC (or 0xAB15CC) is known color: Dark Violet. HEX triplet: AB, 15 and CC. RGB value is (171,21,204). Sum of RGB (Red+Green+Blue) = 171+21+204=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB15CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15CC is #54EA33. Grayscale: #565656. Windows color (decimal): -5564980 or 13374891. OLE color: 13374891.

HSL color Cylindrical-coordinate representation of color #AB15CC: hue angle of 289.18º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB15CC is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 21 204 -
CMYK 0.16 0.90 0 0.2
HSL 289.18º 0.81% 0.44% -
HSV(B) 289.18º 0.9% 0.8% -
XYZ 27.96 13.55 58.27 -
YUV 86.71 194.2 188.12 -
System Red Green Blue C M Y K H S L
Decimal 171 21 204 0.16 0.90 0 0.2 289.18 0.81 0.44
Hex AB 15 CC 10 5A 0 14 121 51 2C
Octal 253 25 314 20 132 0 24 441 121 54
Binary 10101011 10101 11001100 10000 1011010 0 10100 100100001 1010001 101100

Color Harmonies of #AB15CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB15CC

Black with #AB15CC

Text Example


Text Example

White with #AB15CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB15CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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