#A384BC

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

Shades of East Side #A384BC

Tints of East Side #A384BC

Color information

#A384BC (or 0xA384BC) is unknown color: approx East Side. HEX triplet: A3, 84 and BC. RGB value is (163,132,188). Sum of RGB (Red+Green+Blue) = 163+132+188=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #A384BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384BC is #5C7B43. Grayscale: #939393. Windows color (decimal): -6060868 or 12354723. OLE color: 12354723.

HSL color Cylindrical-coordinate representation of color #A384BC: hue angle of 273.21º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A384BC is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163132188-
CMYK0.130.3000.26
HSL273.21º29.47%62.75%-
HSV(B)273.21º29.79%73.73%-
XYZ32.4327.9251.26-
YUV147.65150.77138.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.75%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=33.75%
G=27.33%
B=38.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631321880.130.3000.26273.2129.4762.75
HexA384BCD1E01A1111d3f
Octal24320427415360324213577
Binary10100011100001001011110011011111001101010001000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A384BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A384BC; }

 p { color: rgb(163,132,188); }

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

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

 a { background-color: rgb(163,132,188); }

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

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

 span { border-color: rgb(163,132,188); }

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