#A383AF

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

Shades of East Side #A383AF

Tints of East Side #A383AF

Color information

#A383AF (or 0xA383AF) is unknown color: approx East Side. HEX triplet: A3, 83 and AF. RGB value is (163,131,175). Sum of RGB (Red+Green+Blue) = 163+131+175=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #A383AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A383AF is #5C7C50. Grayscale: #919191. Windows color (decimal): -6061137 or 11502499. OLE color: 11502499.

HSL color Cylindrical-coordinate representation of color #A383AF: hue angle of 283.64º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A383AF is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB163131175-
CMYK0.070.2500.31
HSL283.64º21.57%60%-
HSV(B)283.64º25.14%68.63%-
XYZ30.9627.1144.16-
YUV145.58144.6140.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 131 (51.56% from 255) = 27.93%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=34.75%
G=27.93%
B=37.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631311750.070.2500.31283.6421.5760
HexA383AF71901F11c163c
Octal2432032577310374342674
Binary1010001110000011101011111111100101111110001110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A383AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A383AF; }

 p { color: rgb(163,131,175); }

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

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

 a { background-color: rgb(163,131,175); }

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

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

 span { border-color: rgb(163,131,175); }

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