#A883C4

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

Shades of East Side #A883C4

Tints of East Side #A883C4

Color information

#A883C4 (or 0xA883C4) is unknown color: approx East Side. HEX triplet: A8, 83 and C4. RGB value is (168,131,196). Sum of RGB (Red+Green+Blue) = 168+131+196=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 196 - color contains mainly: blue. Hex color #A883C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883C4 is #577C3B. Grayscale: #959595. Windows color (decimal): -5733436 or 12878760. OLE color: 12878760.

HSL color Cylindrical-coordinate representation of color #A883C4: hue angle of 274.15º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A883C4 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB168131196-
CMYK0.140.3300.23
HSL274.15º35.52%64.12%-
HSV(B)274.15º33.16%76.86%-
XYZ34.2328.5455.93-
YUV149.47154.26141.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 196 (76.95% from 255) = 39.60%
R=33.94%
G=26.46%
B=39.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681311960.140.3300.23274.1535.5264.12
HexA883C4E210171122440
Octal250203304164102742244100
Binary10101000100000111100010011101000010101111000100101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883C4; }

 p { color: rgb(168,131,196); }

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

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

 a { background-color: rgb(168,131,196); }

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

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

 span { border-color: rgb(168,131,196); }

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