Html Css Color HEX #A389BA East Side

📋 copy color: '#A389BA'

red 163 ◦ green 137 ◦ blue 186

#A389BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A389BA

Tints of East Side #A389BA

RGB

 RED value IS 163 (64.06% from 255) = 33.54%

 GREEN value IS 137 (53.91% from 255) = 28.19%

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 33.54%
G = 28.19%
B = 38.27%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A389BA (or 0xA389BA) is known color: East Side. HEX triplet: A3, 89 and BA. RGB value is (163,137,186). Sum of RGB (Red+Green+Blue) = 163+137+186=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #A389BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389BA is #5C7645. Grayscale: #969696. Windows color (decimal): -6059590 or 12224931. OLE color: 12224931.

HSL color Cylindrical-coordinate representation of color #A389BA: hue angle of 271.84º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A389BA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 137 186 -
CMYK 0.12 0.26 0 0.27
HSL 271.84º 0.26% 0.63% -
HSV(B) 271.84º 0.26% 0.73% -
XYZ 32.91 29.22 50.36 -
YUV 150.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 163 137 186 0.12 0.26 0 0.27 271.84 0.26 0.63
Hex A3 89 BA C 1A 0 1B 110 1A 3F
Octal 243 211 272 14 32 0 33 420 32 77
Binary 10100011 10001001 10111010 1100 11010 0 11011 100010000 11010 111111

Color Harmonies of #A389BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A389BA

Black with #A389BA

Text Example


Text Example

White with #A389BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A389BA; }

 p { color: rgb(163,137,186); }

 H1.HeaderClassName
 {
   color: #A389BA;
 }
 .AnyTagClassName
 {
   color: #A389BA;
 }
</style>

background-color css

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

 a { background-color: rgb(163,137,186); }

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

border-color css

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

 span { border-color: rgb(163,137,186); }

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