Html Css Color HEX #AB10BC Dark Violet

📋 copy color: '#AB10BC'

red 171 ◦ green 16 ◦ blue 188

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

Shades of Dark Violet #AB10BC

Tints of Dark Violet #AB10BC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.27%

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

R = 45.6%
G = 4.27%
B = 50.13%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB10BC (or 0xAB10BC) is known color: Dark Violet. HEX triplet: AB, 10 and BC. RGB value is (171,16,188). Sum of RGB (Red+Green+Blue) = 171+16+188=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB10BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB10BC is #54EF43. Grayscale: #515151. Windows color (decimal): -5566276 or 12325035. OLE color: 12325035.

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

Color convert

RGB 171 16 188 -
CMYK 0.09 0.91 0 0.26
HSL 294.07º 0.84% 0.4% -
HSV(B) 294.07º 0.91% 0.74% -
XYZ 26.06 12.66 48.65 -
YUV 81.95 187.85 191.51 -
System Red Green Blue C M Y K H S L
Decimal 171 16 188 0.09 0.91 0 0.26 294.07 0.84 0.4
Hex AB 10 BC 9 5B 0 1A 126 54 28
Octal 253 20 274 11 133 0 32 446 124 50
Binary 10101011 10000 10111100 1001 1011011 0 11010 100100110 1010100 101000

Color Harmonies of #AB10BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB10BC

Black with #AB10BC

Text Example


Text Example

White with #AB10BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB10BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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