#A275A5

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

Shades of Violet Blue #A275A5

Tints of Violet Blue #A275A5

Color information

#A275A5 (or 0xA275A5) is unknown color: approx Violet Blue. HEX triplet: A2, 75 and A5. RGB value is (162,117,165). Sum of RGB (Red+Green+Blue) = 162+117+165=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 165 - color contains mainly: blue. Hex color #A275A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A275A5 is #5D8A5A. Grayscale: #878787. Windows color (decimal): -6130267 or 10843554. OLE color: 10843554.

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

Color convert

RGB162117165-
CMYK0.020.2900.35
HSL296.25º21.05%55.29%-
HSV(B)296.25º29.09%64.71%-
XYZ28.0523.1238.58-
YUV135.93144.41146.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 117 (46.09% from 255) = 26.35%
BLUE value IS 165 (64.84% from 255) = 37.16%
R=36.49%
G=26.35%
B=37.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621171650.020.2900.35296.2521.0555.29
HexA275A521D0231281537
Octal2421652452350434502567
Binary101000101110101101001011011101010001110010100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275A5; }

 p { color: rgb(162,117,165); }

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

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

 a { background-color: rgb(162,117,165); }

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

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

 span { border-color: rgb(162,117,165); }

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