#A883CB

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

Shades of East Side #A883CB

Tints of East Side #A883CB

Color information

#A883CB (or 0xA883CB) is unknown color: approx East Side. HEX triplet: A8, 83 and CB. RGB value is (168,131,203). Sum of RGB (Red+Green+Blue) = 168+131+203=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #A883CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883CB is #577C34. Grayscale: #969696. Windows color (decimal): -5733429 or 13337512. OLE color: 13337512.

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

Color convert

RGB168131203-
CMYK0.170.3500.20
HSL270.83º40.91%65.49%-
HSV(B)270.83º35.47%79.61%-
XYZ35.0428.8760.23-
YUV150.27157.76140.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.47%
GREEN value IS 131 (51.56% from 255) = 26.10%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=33.47%
G=26.10%
B=40.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681312030.170.3500.20270.8340.9165.49
HexA883CB112301410f2941
Octal250203313214302441751101
Binary101010001000001111001011100011000110101001000011111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883CB; }

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

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

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

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

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

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

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

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