#A567AA

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

Shades of Violet Blue #A567AA

Tints of Violet Blue #A567AA

Color information

#A567AA (or 0xA567AA) is unknown color: approx Violet Blue. HEX triplet: A5, 67 and AA. RGB value is (165,103,170). Sum of RGB (Red+Green+Blue) = 165+103+170=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #A567AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A567AA is #5A9855. Grayscale: #808080. Windows color (decimal): -5937238 or 11167653. OLE color: 11167653.

HSL color Cylindrical-coordinate representation of color #A567AA: hue angle of 295.52º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A567AA is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165103170-
CMYK0.030.3900.33
HSL295.52º28.27%53.53%-
HSV(B)295.52º39.41%66.67%-
XYZ27.6220.640.55-
YUV129.18151.04153.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=37.67%
G=23.52%
B=38.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651031700.030.3900.33295.5228.2753.53
HexA567AA3270211281c36
Octal2451472523470414503466
Binary1010010111001111010101011100111010000110010100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A567AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A567AA; }

 p { color: rgb(165,103,170); }

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

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

 a { background-color: rgb(165,103,170); }

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

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

 span { border-color: rgb(165,103,170); }

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