#A984CF

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

Shades of East Side #A984CF

Tints of East Side #A984CF

Color information

#A984CF (or 0xA984CF) is unknown color: approx East Side. HEX triplet: A9, 84 and CF. RGB value is (169,132,207). Sum of RGB (Red+Green+Blue) = 169+132+207=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #A984CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984CF is #567B30. Grayscale: #979797. Windows color (decimal): -5667633 or 13599913. OLE color: 13599913.

HSL color Cylindrical-coordinate representation of color #A984CF: hue angle of 269.6º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A984CF is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169132207-
CMYK0.180.3600.19
HSL269.6º43.86%66.47%-
HSV(B)269.6º36.23%81.18%-
XYZ35.8829.4462.82-
YUV151.61159.26140.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 132 (51.95% from 255) = 25.98%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=33.27%
G=25.98%
B=40.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691322070.180.3600.19269.643.8666.47
HexA984CF122401310e2c42
Octal251204317224402341654102
Binary101010011000010011001111100101001000100111000011101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984CF; }

 p { color: rgb(169,132,207); }

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

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

 a { background-color: rgb(169,132,207); }

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

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

 span { border-color: rgb(169,132,207); }

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