Html Css Color HEX #AB12BE Dark Violet

📋 copy color: '#AB12BE'

red 171 ◦ green 18 ◦ blue 190

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

Shades of Dark Violet #AB12BE

Tints of Dark Violet #AB12BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 45.12%
G = 4.75%
B = 50.13%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB12BE (or 0xAB12BE) is known color: Dark Violet. HEX triplet: AB, 12 and BE. RGB value is (171,18,190). Sum of RGB (Red+Green+Blue) = 171+18+190=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB12BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12BE is #54ED41. Grayscale: #525252. Windows color (decimal): -5565762 or 12456619. OLE color: 12456619.

HSL color Cylindrical-coordinate representation of color #AB12BE: hue angle of 293.37º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB12BE is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 18 190 -
CMYK 0.10 0.91 0 0.25
HSL 293.37º 0.83% 0.41% -
HSV(B) 293.37º 0.91% 0.75% -
XYZ 26.31 12.81 49.8 -
YUV 83.36 188.19 190.51 -
System Red Green Blue C M Y K H S L
Decimal 171 18 190 0.10 0.91 0 0.25 293.37 0.83 0.41
Hex AB 12 BE A 5B 0 19 125 53 29
Octal 253 22 276 12 133 0 31 445 123 51
Binary 10101011 10010 10111110 1010 1011011 0 11001 100100101 1010011 101001

Color Harmonies of #AB12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12BE

Black with #AB12BE

Text Example


Text Example

White with #AB12BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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