#A252AD

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

Shades of Violet Blue #A252AD

Tints of Violet Blue #A252AD

Color information

#A252AD (or 0xA252AD) is unknown color: approx Violet Blue. HEX triplet: A2, 52 and AD. RGB value is (162,82,173). Sum of RGB (Red+Green+Blue) = 162+82+173=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #A252AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A252AD is #5DAD52. Grayscale: #747474. Windows color (decimal): -6139219 or 11358882. OLE color: 11358882.

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

Color convert

RGB16282173-
CMYK0.060.5300.32
HSL292.75º35.69%50%-
HSV(B)292.75º52.6%67.84%-
XYZ25.4616.7341.42-
YUV116.29160160.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=38.85%
G=19.66%
B=41.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162821730.060.5300.32292.7535.6950
HexA252AD6350201252432
Octal2421222556650404454462
Binary101000101010010101011011101101010100000100100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A252AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A252AD; }

 p { color: rgb(162,82,173); }

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

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

 a { background-color: rgb(162,82,173); }

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

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

 span { border-color: rgb(162,82,173); }

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