#a975ae

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

Shades of Violet Blue #A975AE

Tints of Violet Blue #A975AE

Color information

#A975AE (or 0xA975AE) is unknown color: approx Violet Blue. HEX triplet: A9, 75 and AE. RGB value is (169,117,174). Sum of RGB (Red+Green+Blue) = 169+117+174=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #A975AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A975AE is #568A51. Grayscale: #8A8A8A. Windows color (decimal): -5671506 or 11433385. OLE color: 11433385.

HSL color Cylindrical-coordinate representation of color #A975AE: hue angle of 294.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A975AE is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169117174-
CMYK0.030.3300.32
HSL294.74º26.03%57.06%-
HSV(B)294.74º32.76%68.24%-
XYZ30.3624.2143.12-
YUV139.05147.73149.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=36.74%
G=25.43%
B=37.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691171740.030.3300.32294.7426.0357.06
HexA975AE3210201271a39
Octal2511652563410404473271
Binary1010100111101011010111011100001010000010010011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a975ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a975ae; }

 p { color: rgb(169,117,174); }

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

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

 a { background-color: rgb(169,117,174); }

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

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

 span { border-color: rgb(169,117,174); }

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