Html Css Color HEX #AB16CD Dark Violet

📋 copy color: '#AB16CD'

red 171 ◦ green 22 ◦ blue 205

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

Shades of Dark Violet #AB16CD

Tints of Dark Violet #AB16CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.53%

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 42.96%
G = 5.53%
B = 51.51%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB16CD (or 0xAB16CD) is known color: Dark Violet. HEX triplet: AB, 16 and CD. RGB value is (171,22,205). Sum of RGB (Red+Green+Blue) = 171+22+205=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB16CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16CD is #54E932. Grayscale: #565656. Windows color (decimal): -5564723 or 13440683. OLE color: 13440683.

HSL color Cylindrical-coordinate representation of color #AB16CD: hue angle of 288.85º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB16CD is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 22 205 -
CMYK 0.17 0.89 0 0.20
HSL 288.85º 0.81% 0.45% -
HSV(B) 288.85º 0.89% 0.8% -
XYZ 28.1 13.64 58.91 -
YUV 87.41 194.36 187.62 -
System Red Green Blue C M Y K H S L
Decimal 171 22 205 0.17 0.89 0 0.20 288.85 0.81 0.45
Hex AB 16 CD 11 59 0 14 121 51 2D
Octal 253 26 315 21 131 0 24 441 121 55
Binary 10101011 10110 11001101 10001 1011001 0 10100 100100001 1010001 101101

Color Harmonies of #AB16CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16CD

Black with #AB16CD

Text Example


Text Example

White with #AB16CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16CD; }

 p { color: rgb(171,22,205); }

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

background-color css

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

 a { background-color: rgb(171,22,205); }

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

border-color css

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

 span { border-color: rgb(171,22,205); }

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