Html Css Color HEX #AB10BD Dark Violet

📋 copy color: '#AB10BD'

red 171 ◦ green 16 ◦ blue 189

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

Shades of Dark Violet #AB10BD

Tints of Dark Violet #AB10BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 45.48%
G = 4.26%
B = 50.27%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB10BD (or 0xAB10BD) is known color: Dark Violet. HEX triplet: AB, 10 and BD. RGB value is (171,16,189). Sum of RGB (Red+Green+Blue) = 171+16+189=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB10BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB10BD is #54EF42. Grayscale: #515151. Windows color (decimal): -5566275 or 12390571. OLE color: 12390571.

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

Color convert

RGB 171 16 189 -
CMYK 0.10 0.92 0 0.26
HSL 293.76º 0.84% 0.4% -
HSV(B) 293.76º 0.92% 0.74% -
XYZ 26.17 12.7 49.22 -
YUV 82.07 188.35 191.43 -
System Red Green Blue C M Y K H S L
Decimal 171 16 189 0.10 0.92 0 0.26 293.76 0.84 0.4
Hex AB 10 BD A 5C 0 1A 126 54 28
Octal 253 20 275 12 134 0 32 446 124 50
Binary 10101011 10000 10111101 1010 1011100 0 11010 100100110 1010100 101000

Color Harmonies of #AB10BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB10BD

Black with #AB10BD

Text Example


Text Example

White with #AB10BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB10BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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