#A995BC

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

Shades of East Side #A995BC

Tints of East Side #A995BC

Color information

#A995BC (or 0xA995BC) is unknown color: approx East Side. HEX triplet: A9, 95 and BC. RGB value is (169,149,188). Sum of RGB (Red+Green+Blue) = 169+149+188=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #A995BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995BC is #566A43. Grayscale: #9F9F9F. Windows color (decimal): -5663300 or 12359081. OLE color: 12359081.

HSL color Cylindrical-coordinate representation of color #A995BC: hue angle of 270.77º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A995BC is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169149188-
CMYK0.100.2100.26
HSL270.77º22.54%66.08%-
HSV(B)270.77º20.74%73.73%-
XYZ36.1933.5652.15-
YUV159.43144.13134.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=33.40%
G=29.45%
B=37.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691491880.100.2100.26270.7722.5466.08
HexA995BCA1501A10f1742
Octal251225274122503241727102
Binary101010011001010110111100101010101011010100001111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995BC; }

 p { color: rgb(169,149,188); }

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

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

 a { background-color: rgb(169,149,188); }

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

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

 span { border-color: rgb(169,149,188); }

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