#A55DAF

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

Shades of Violet Blue #A55DAF

Tints of Violet Blue #A55DAF

Color information

#A55DAF (or 0xA55DAF) is unknown color: approx Violet Blue. HEX triplet: A5, 5D and AF. RGB value is (165,93,175). Sum of RGB (Red+Green+Blue) = 165+93+175=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #A55DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55DAF is #5AA250. Grayscale: #7B7B7B. Windows color (decimal): -5939793 or 11492773. OLE color: 11492773.

HSL color Cylindrical-coordinate representation of color #A55DAF: hue angle of 292.68º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55DAF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16593175-
CMYK0.060.4700.31
HSL292.68º33.88%52.55%-
HSV(B)292.68º46.86%68.63%-
XYZ27.1718.9242.78-
YUV123.88156.85157.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 93 (36.72% from 255) = 21.48%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=38.11%
G=21.48%
B=40.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165931750.060.4700.31292.6833.8852.55
HexA55DAF62F01F1252235
Octal2451352576570374454265
Binary10100101101110110101111110101111011111100100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55DAF; }

 p { color: rgb(165,93,175); }

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

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

 a { background-color: rgb(165,93,175); }

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

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

 span { border-color: rgb(165,93,175); }

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