Html Css Color HEX #AB12BC Dark Violet

📋 copy color: '#AB12BC'

red 171 ◦ green 18 ◦ blue 188

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

Shades of Dark Violet #AB12BC

Tints of Dark Violet #AB12BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

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

R = 45.36%
G = 4.77%
B = 49.87%

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

#AB12BC (or 0xAB12BC) is known color: Dark Violet. HEX triplet: AB, 12 and BC. RGB value is (171,18,188). Sum of RGB (Red+Green+Blue) = 171+18+188=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB12BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12BC is #54ED43. Grayscale: #525252. Windows color (decimal): -5565764 or 12325547. OLE color: 12325547.

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

Color convert

RGB 171 18 188 -
CMYK 0.09 0.90 0 0.26
HSL 294º 0.83% 0.4% -
HSV(B) 294º 0.9% 0.74% -
XYZ 26.09 12.72 48.66 -
YUV 83.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 171 18 188 0.09 0.90 0 0.26 294 0.83 0.4
Hex AB 12 BC 9 5A 0 1A 126 53 28
Octal 253 22 274 11 132 0 32 446 123 50
Binary 10101011 10010 10111100 1001 1011010 0 11010 100100110 1010011 101000

Color Harmonies of #AB12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12BC

Black with #AB12BC

Text Example


Text Example

White with #AB12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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