Html Css Color HEX #A584BB East Side

📋 copy color: '#A584BB'

red 165 ◦ green 132 ◦ blue 187

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

Shades of East Side #A584BB

Tints of East Side #A584BB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.27%

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 34.09%
G = 27.27%
B = 38.64%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A584BB (or 0xA584BB) is known color: East Side. HEX triplet: A5, 84 and BB. RGB value is (165,132,187). Sum of RGB (Red+Green+Blue) = 165+132+187=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #A584BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584BB is #5A7B44. Grayscale: #939393. Windows color (decimal): -5929797 or 12289189. OLE color: 12289189.

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

Color convert

RGB 165 132 187 -
CMYK 0.12 0.29 0 0.27
HSL 276º 0.29% 0.63% -
HSV(B) 276º 0.29% 0.73% -
XYZ 32.74 28.09 50.71 -
YUV 148.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 165 132 187 0.12 0.29 0 0.27 276 0.29 0.63
Hex A5 84 BB C 1D 0 1B 114 1D 3F
Octal 245 204 273 14 35 0 33 424 35 77
Binary 10100101 10000100 10111011 1100 11101 0 11011 100010100 11101 111111

Color Harmonies of #A584BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584BB

Black with #A584BB

Text Example


Text Example

White with #A584BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584BB; }

 p { color: rgb(165,132,187); }

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

background-color css

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

 a { background-color: rgb(165,132,187); }

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

border-color css

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

 span { border-color: rgb(165,132,187); }

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