Html Css Color HEX #AB10D5 Dark Violet

📋 copy color: '#AB10D5'

red 171 ◦ green 16 ◦ blue 213

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

Shades of Dark Violet #AB10D5

Tints of Dark Violet #AB10D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.25%

R = 42.75%
G = 4%
B = 53.25%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB10D5 (or 0xAB10D5) is known color: Dark Violet. HEX triplet: AB, 10 and D5. RGB value is (171,16,213). Sum of RGB (Red+Green+Blue) = 171+16+213=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB10D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB10D5 is #54EF2A. Grayscale: #545454. Windows color (decimal): -5566251 or 13963435. OLE color: 13963435.

HSL color Cylindrical-coordinate representation of color #AB10D5: hue angle of 287.21º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB10D5 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 16 213 -
CMYK 0.20 0.92 0 0.16
HSL 287.21º 0.86% 0.45% -
HSV(B) 287.21º 0.92% 0.84% -
XYZ 28.99 13.83 64.09 -
YUV 84.8 200.35 189.48 -
System Red Green Blue C M Y K H S L
Decimal 171 16 213 0.20 0.92 0 0.16 287.21 0.86 0.45
Hex AB 10 D5 14 5C 0 10 11F 56 2D
Octal 253 20 325 24 134 0 20 437 126 55
Binary 10101011 10000 11010101 10100 1011100 0 10000 100011111 1010110 101101

Color Harmonies of #AB10D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB10D5

Black with #AB10D5

Text Example


Text Example

White with #AB10D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB10D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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