#A55CA4

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

Shades of Violet Blue #A55CA4

Tints of Violet Blue #A55CA4

Color information

#A55CA4 (or 0xA55CA4) is unknown color: approx Violet Blue. HEX triplet: A5, 5C and A4. RGB value is (165,92,164). Sum of RGB (Red+Green+Blue) = 165+92+164=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A55CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55CA4 is #5AA35B. Grayscale: #797979. Windows color (decimal): -5940060 or 10771621. OLE color: 10771621.

HSL color Cylindrical-coordinate representation of color #A55CA4: hue angle of 300.82º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A55CA4 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16592164-
CMYK00.440.010.35
HSL300.82º28.85%50.39%-
HSV(B)300.82º44.24%64.71%-
XYZ26.0518.3337.29-
YUV122.04151.68158.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 164 (64.45% from 255) = 38.95%
R=39.19%
G=21.85%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659216400.440.010.35300.8228.8550.39
HexA55CA402C12312d1d32
Octal2451342440541434553562
Binary101001011011100101001000101100110001110010110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55CA4; }

 p { color: rgb(165,92,164); }

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

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

 a { background-color: rgb(165,92,164); }

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

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

 span { border-color: rgb(165,92,164); }

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