Html Css Color HEX #A389BC East Side

📋 copy color: '#A389BC'

red 163 ◦ green 137 ◦ blue 188

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

Shades of East Side #A389BC

Tints of East Side #A389BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.52%

R = 33.4%
G = 28.07%
B = 38.52%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A389BC (or 0xA389BC) is known color: East Side. HEX triplet: A3, 89 and BC. RGB value is (163,137,188). Sum of RGB (Red+Green+Blue) = 163+137+188=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #A389BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389BC is #5C7643. Grayscale: #969696. Windows color (decimal): -6059588 or 12356003. OLE color: 12356003.

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

Color convert

RGB 163 137 188 -
CMYK 0.13 0.27 0 0.26
HSL 270.59º 0.28% 0.64% -
HSV(B) 270.59º 0.27% 0.74% -
XYZ 33.13 29.31 51.49 -
YUV 150.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 163 137 188 0.13 0.27 0 0.26 270.59 0.28 0.64
Hex A3 89 BC D 1B 0 1A 10F 1C 40
Octal 243 211 274 15 33 0 32 417 34 100
Binary 10100011 10001001 10111100 1101 11011 0 11010 100001111 11100 1000000

Color Harmonies of #A389BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A389BC

Black with #A389BC

Text Example


Text Example

White with #A389BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A389BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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