#A883CD

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

Shades of East Side #A883CD

Tints of East Side #A883CD

Color information

#A883CD (or 0xA883CD) is unknown color: approx East Side. HEX triplet: A8, 83 and CD. RGB value is (168,131,205). Sum of RGB (Red+Green+Blue) = 168+131+205=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #A883CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883CD is #577C32. Grayscale: #969696. Windows color (decimal): -5733427 or 13468584. OLE color: 13468584.

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

Color convert

RGB168131205-
CMYK0.180.3600.20
HSL270º42.53%65.88%-
HSV(B)270º36.1%80.39%-
XYZ35.2828.9761.49-
YUV150.5158.76140.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 131 (51.56% from 255) = 25.99%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=33.33%
G=25.99%
B=40.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681312050.180.3600.2027042.5365.88
HexA883CD122401410e2b42
Octal250203315224402441653102
Binary101010001000001111001101100101001000101001000011101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883CD; }

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

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

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

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

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

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

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

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