Html Css Color HEX #AB12CB Dark Violet

📋 copy color: '#AB12CB'

red 171 ◦ green 18 ◦ blue 203

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

Shades of Dark Violet #AB12CB

Tints of Dark Violet #AB12CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.79%

R = 43.62%
G = 4.59%
B = 51.79%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB12CB (or 0xAB12CB) is known color: Dark Violet. HEX triplet: AB, 12 and CB. RGB value is (171,18,203). Sum of RGB (Red+Green+Blue) = 171+18+203=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB12CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12CB is #54ED34. Grayscale: #545454. Windows color (decimal): -5565749 or 13308587. OLE color: 13308587.

HSL color Cylindrical-coordinate representation of color #AB12CB: hue angle of 289.62º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB12CB is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 18 203 -
CMYK 0.16 0.91 0 0.20
HSL 289.62º 0.84% 0.43% -
HSV(B) 289.62º 0.91% 0.8% -
XYZ 27.79 13.4 57.62 -
YUV 84.84 194.69 189.46 -
System Red Green Blue C M Y K H S L
Decimal 171 18 203 0.16 0.91 0 0.20 289.62 0.84 0.43
Hex AB 12 CB 10 5B 0 14 122 54 2B
Octal 253 22 313 20 133 0 24 442 124 53
Binary 10101011 10010 11001011 10000 1011011 0 10100 100100010 1010100 101011

Color Harmonies of #AB12CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12CB

Black with #AB12CB

Text Example


Text Example

White with #AB12CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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