Html Css Color HEX #AB15D0 Dark Violet

📋 copy color: '#AB15D0'

red 171 ◦ green 21 ◦ blue 208

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

Shades of Dark Violet #AB15D0

Tints of Dark Violet #AB15D0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.25%

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

R = 42.75%
G = 5.25%
B = 52%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB15D0 (or 0xAB15D0) is known color: Dark Violet. HEX triplet: AB, 15 and D0. RGB value is (171,21,208). Sum of RGB (Red+Green+Blue) = 171+21+208=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB15D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15D0 is #54EA2F. Grayscale: #565656. Windows color (decimal): -5564976 or 13637035. OLE color: 13637035.

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

Color convert

RGB 171 21 208 -
CMYK 0.18 0.90 0 0.18
HSL 288.13º 0.82% 0.45% -
HSV(B) 288.13º 0.9% 0.82% -
XYZ 28.45 13.75 60.83 -
YUV 87.17 196.2 187.79 -
System Red Green Blue C M Y K H S L
Decimal 171 21 208 0.18 0.90 0 0.18 288.13 0.82 0.45
Hex AB 15 D0 12 5A 0 12 120 52 2D
Octal 253 25 320 22 132 0 22 440 122 55
Binary 10101011 10101 11010000 10010 1011010 0 10010 100100000 1010010 101101

Color Harmonies of #AB15D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB15D0

Black with #AB15D0

Text Example


Text Example

White with #AB15D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB15D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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