Html Css Color HEX #AB12D0 Dark Violet

📋 copy color: '#AB12D0'

red 171 ◦ green 18 ◦ blue 208

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

Shades of Dark Violet #AB12D0

Tints of Dark Violet #AB12D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.39%

R = 43.07%
G = 4.53%
B = 52.39%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB12D0 (or 0xAB12D0) is known color: Dark Violet. HEX triplet: AB, 12 and D0. RGB value is (171,18,208). Sum of RGB (Red+Green+Blue) = 171+18+208=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB12D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12D0 is #54ED2F. Grayscale: #545454. Windows color (decimal): -5565744 or 13636267. OLE color: 13636267.

HSL color Cylindrical-coordinate representation of color #AB12D0: hue angle of 288.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB12D0 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 18 208 -
CMYK 0.18 0.91 0 0.18
HSL 288.32º 0.84% 0.44% -
HSV(B) 288.32º 0.91% 0.82% -
XYZ 28.4 13.64 60.81 -
YUV 85.41 197.19 189.05 -
System Red Green Blue C M Y K H S L
Decimal 171 18 208 0.18 0.91 0 0.18 288.32 0.84 0.44
Hex AB 12 D0 12 5B 0 12 120 54 2C
Octal 253 22 320 22 133 0 22 440 124 54
Binary 10101011 10010 11010000 10010 1011011 0 10010 100100000 1010100 101100

Color Harmonies of #AB12D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12D0

Black with #AB12D0

Text Example


Text Example

White with #AB12D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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