Html Css Color HEX #A589BE East Side

📋 copy color: '#A589BE'

red 165 ◦ green 137 ◦ blue 190

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

Shades of East Side #A589BE

Tints of East Side #A589BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 33.54%
G = 27.85%
B = 38.62%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A589BE (or 0xA589BE) is known color: East Side. HEX triplet: A5, 89 and BE. RGB value is (165,137,190). Sum of RGB (Red+Green+Blue) = 165+137+190=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #A589BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589BE is #5A7641. Grayscale: #979797. Windows color (decimal): -5928514 or 12487077. OLE color: 12487077.

HSL color Cylindrical-coordinate representation of color #A589BE: hue angle of 271.7º degrees, saturation: 0.29, 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 #A589BE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 137 190 -
CMYK 0.13 0.28 0 0.25
HSL 271.7º 0.29% 0.64% -
HSV(B) 271.7º 0.28% 0.75% -
XYZ 33.76 29.61 52.65 -
YUV 151.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 165 137 190 0.13 0.28 0 0.25 271.7 0.29 0.64
Hex A5 89 BE D 1C 0 19 110 1D 40
Octal 245 211 276 15 34 0 31 420 35 100
Binary 10100101 10001001 10111110 1101 11100 0 11001 100010000 11101 1000000

Color Harmonies of #A589BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589BE

Black with #A589BE

Text Example


Text Example

White with #A589BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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