Html Css Color HEX #A389BD East Side

📋 copy color: '#A389BD'

red 163 ◦ green 137 ◦ blue 189

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

Shades of East Side #A389BD

Tints of East Side #A389BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.65%

R = 33.33%
G = 28.02%
B = 38.65%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A389BD (or 0xA389BD) is known color: East Side. HEX triplet: A3, 89 and BD. RGB value is (163,137,189). Sum of RGB (Red+Green+Blue) = 163+137+189=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #A389BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389BD is #5C7642. Grayscale: #969696. Windows color (decimal): -6059587 or 12421539. OLE color: 12421539.

HSL color Cylindrical-coordinate representation of color #A389BD: hue angle of 270º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A389BD is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 137 189 -
CMYK 0.14 0.28 0 0.26
HSL 270º 0.28% 0.64% -
HSV(B) 270º 0.28% 0.74% -
XYZ 33.24 29.35 52.06 -
YUV 150.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 163 137 189 0.14 0.28 0 0.26 270 0.28 0.64
Hex A3 89 BD E 1C 0 1A 10E 1C 40
Octal 243 211 275 16 34 0 32 416 34 100
Binary 10100011 10001001 10111101 1110 11100 0 11010 100001110 11100 1000000

Color Harmonies of #A389BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A389BD

Black with #A389BD

Text Example


Text Example

White with #A389BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A389BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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