Html Css Color HEX #A589BF East Side

📋 copy color: '#A589BF'

red 165 ◦ green 137 ◦ blue 191

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

Shades of East Side #A589BF

Tints of East Side #A589BF

RGB

 RED value IS 165 (64.84% from 255) = 33.47%

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

 BLUE value IS 191 (75% from 255) = 38.74%

R = 33.47%
G = 27.79%
B = 38.74%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A589BF (or 0xA589BF) is known color: East Side. HEX triplet: A5, 89 and BF. RGB value is (165,137,191). Sum of RGB (Red+Green+Blue) = 165+137+191=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #A589BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589BF is #5A7640. Grayscale: #979797. Windows color (decimal): -5928513 or 12552613. OLE color: 12552613.

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

Color convert

RGB 165 137 191 -
CMYK 0.14 0.28 0 0.25
HSL 271.11º 0.3% 0.64% -
HSV(B) 271.11º 0.28% 0.75% -
XYZ 33.87 29.65 53.23 -
YUV 151.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 165 137 191 0.14 0.28 0 0.25 271.11 0.3 0.64
Hex A5 89 BF E 1C 0 19 10F 1E 40
Octal 245 211 277 16 34 0 31 417 36 100
Binary 10100101 10001001 10111111 1110 11100 0 11001 100001111 11110 1000000

Color Harmonies of #A589BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589BF

Black with #A589BF

Text Example


Text Example

White with #A589BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589BF; }

 p { color: rgb(165,137,191); }

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

background-color css

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

 a { background-color: rgb(165,137,191); }

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

border-color css

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

 span { border-color: rgb(165,137,191); }

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