#A55EAF

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

Shades of Violet Blue #A55EAF

Tints of Violet Blue #A55EAF

Color information

#A55EAF (or 0xA55EAF) is unknown color: approx Violet Blue. HEX triplet: A5, 5E and AF. RGB value is (165,94,175). Sum of RGB (Red+Green+Blue) = 165+94+175=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #A55EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55EAF is #5AA150. Grayscale: #7C7C7C. Windows color (decimal): -5939537 or 11493029. OLE color: 11493029.

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

Color convert

RGB16594175-
CMYK0.060.4600.31
HSL292.59º33.61%52.75%-
HSV(B)292.59º46.29%68.63%-
XYZ27.2619.142.81-
YUV124.46156.52156.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 94 (37.11% from 255) = 21.66%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=38.02%
G=21.66%
B=40.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165941750.060.4600.31292.5933.6152.75
HexA55EAF62E01F1252235
Octal2451362576560374454265
Binary10100101101111010101111110101110011111100100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55EAF; }

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

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

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

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

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

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

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

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