#A382B7

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

Shades of East Side #A382B7

Tints of East Side #A382B7

Color information

#A382B7 (or 0xA382B7) is unknown color: approx East Side. HEX triplet: A3, 82 and B7. RGB value is (163,130,183). Sum of RGB (Red+Green+Blue) = 163+130+183=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 183 - color contains mainly: blue. Hex color #A382B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382B7 is #5C7D48. Grayscale: #919191. Windows color (decimal): -6061385 or 12026531. OLE color: 12026531.

HSL color Cylindrical-coordinate representation of color #A382B7: hue angle of 277.36º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A382B7 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB163130183-
CMYK0.110.2900.28
HSL277.36º26.9%61.37%-
HSV(B)277.36º28.96%71.76%-
XYZ31.6327.1748.38-
YUV145.91148.93140.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 130 (51.17% from 255) = 27.31%
BLUE value IS 183 (71.88% from 255) = 38.45%
R=34.24%
G=27.31%
B=38.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631301830.110.2900.28277.3626.961.37
HexA382B7B1D01C1151b3d
Octal24320226713350344253375
Binary10100011100000101011011110111110101110010001010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382B7; }

 p { color: rgb(163,130,183); }

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

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

 a { background-color: rgb(163,130,183); }

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

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

 span { border-color: rgb(163,130,183); }

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