Html Css Color HEX #AB10BE Dark Violet

📋 copy color: '#AB10BE'

red 171 ◦ green 16 ◦ blue 190

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

Shades of Dark Violet #AB10BE

Tints of Dark Violet #AB10BE

RGB

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

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

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

R = 45.36%
G = 4.24%
B = 50.4%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB10BE (or 0xAB10BE) is known color: Dark Violet. HEX triplet: AB, 10 and BE. RGB value is (171,16,190). Sum of RGB (Red+Green+Blue) = 171+16+190=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB10BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB10BE is #54EF41. Grayscale: #515151. Windows color (decimal): -5566274 or 12456107. OLE color: 12456107.

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

Color convert

RGB 171 16 190 -
CMYK 0.10 0.92 0 0.25
HSL 293.45º 0.84% 0.4% -
HSV(B) 293.45º 0.92% 0.75% -
XYZ 26.27 12.75 49.79 -
YUV 82.18 188.85 191.35 -
System Red Green Blue C M Y K H S L
Decimal 171 16 190 0.10 0.92 0 0.25 293.45 0.84 0.4
Hex AB 10 BE A 5C 0 19 125 54 28
Octal 253 20 276 12 134 0 31 445 124 50
Binary 10101011 10000 10111110 1010 1011100 0 11001 100100101 1010100 101000

Color Harmonies of #AB10BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB10BE

Black with #AB10BE

Text Example


Text Example

White with #AB10BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB10BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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