#AB63AD

Color #AB63AD Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AB63AD

Tints of Violet Blue #AB63AD

Color information

#AB63AD (or 0xAB63AD) is unknown color: approx Violet Blue. HEX triplet: AB, 63 and AD. RGB value is (171,99,173). Sum of RGB (Red+Green+Blue) = 171+99+173=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB63AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB63AD is #549C52. Grayscale: #808080. Windows color (decimal): -5545043 or 11363243. OLE color: 11363243.

HSL color Cylindrical-coordinate representation of color #AB63AD: hue angle of 298.38º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB63AD is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17199173-
CMYK0.010.4300.32
HSL298.38º31.09%53.33%-
HSV(B)298.38º42.77%67.84%-
XYZ28.820.641.99-
YUV128.96152.85157.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 99 (39.06% from 255) = 22.35%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=38.60%
G=22.35%
B=39.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171991730.010.4300.32298.3831.0953.33
HexAB63AD12B02012a1f35
Octal2531432551530404523765
Binary101010111100011101011011101011010000010010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB63AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB63AD; }

 p { color: rgb(171,99,173); }

 H1.HeaderClassName
 {
   color: #AB63AD;
 }
 .AnyTagClassName
 {
   color: #AB63AD;
 }
</style>
background-color css

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

 a { background-color: rgb(171,99,173); }

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

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

 span { border-color: rgb(171,99,173); }

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