#A985CD

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

Shades of East Side #A985CD

Tints of East Side #A985CD

Color information

#A985CD (or 0xA985CD) is unknown color: approx East Side. HEX triplet: A9, 85 and CD. RGB value is (169,133,205). Sum of RGB (Red+Green+Blue) = 169+133+205=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #A985CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985CD is #567A32. Grayscale: #979797. Windows color (decimal): -5667379 or 13469097. OLE color: 13469097.

HSL color Cylindrical-coordinate representation of color #A985CD: hue angle of 270º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A985CD is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169133205-
CMYK0.180.3500.20
HSL270º41.86%66.27%-
HSV(B)270º35.12%80.39%-
XYZ35.7729.6261.59-
YUV151.97157.93140.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=33.33%
G=26.23%
B=40.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691332050.180.3500.2027041.8666.27
HexA985CD122301410e2a42
Octal251205315224302441652102
Binary101010011000010111001101100101000110101001000011101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985CD; }

 p { color: rgb(169,133,205); }

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

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

 a { background-color: rgb(169,133,205); }

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

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

 span { border-color: rgb(169,133,205); }

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