#A972BF

Color #A972BF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A972BF

Tints of East Side #A972BF

Color information

#A972BF (or 0xA972BF) is unknown color: approx East Side. HEX triplet: A9, 72 and BF. RGB value is (169,114,191). Sum of RGB (Red+Green+Blue) = 169+114+191=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #A972BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972BF is #568D40. Grayscale: #8A8A8A. Windows color (decimal): -5672257 or 12546729. OLE color: 12546729.

HSL color Cylindrical-coordinate representation of color #A972BF: hue angle of 282.86º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A972BF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169114191-
CMYK0.120.4000.25
HSL282.86º37.56%59.8%-
HSV(B)282.86º40.31%74.9%-
XYZ31.7824.2352.29-
YUV139.22157.22149.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 114 (44.92% from 255) = 24.05%
BLUE value IS 191 (75% from 255) = 40.30%
R=35.65%
G=24.05%
B=40.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691141910.120.4000.25282.8637.5659.8
HexA972BFC2801911b263c
Octal25116227714500314334674
Binary101010011110010101111111100101000011001100011011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A972BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A972BF; }

 p { color: rgb(169,114,191); }

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

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

 a { background-color: rgb(169,114,191); }

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

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

 span { border-color: rgb(169,114,191); }

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