Html Css Color HEX #A584AC East Side

📋 copy color: '#A584AC'

red 165 ◦ green 132 ◦ blue 172

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

Shades of East Side #A584AC

Tints of East Side #A584AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.67%

R = 35.18%
G = 28.14%
B = 36.67%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A584AC (or 0xA584AC) is known color: East Side. HEX triplet: A5, 84 and AC. RGB value is (165,132,172). Sum of RGB (Red+Green+Blue) = 165+132+172=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #A584AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A584AC is #5A7B53. Grayscale: #929292. Windows color (decimal): -5929812 or 11306149. OLE color: 11306149.

HSL color Cylindrical-coordinate representation of color #A584AC: hue angle of 289.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A584AC is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 132 172 -
CMYK 0.04 0.23 0 0.33
HSL 289.5º 0.19% 0.6% -
HSV(B) 289.5º 0.23% 0.67% -
XYZ 31.21 27.48 42.69 -
YUV 146.43 142.43 141.25 -
System Red Green Blue C M Y K H S L
Decimal 165 132 172 0.04 0.23 0 0.33 289.5 0.19 0.6
Hex A5 84 AC 4 17 0 21 122 13 3C
Octal 245 204 254 4 27 0 41 442 23 74
Binary 10100101 10000100 10101100 100 10111 0 100001 100100010 10011 111100

Color Harmonies of #A584AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584AC

Black with #A584AC

Text Example


Text Example

White with #A584AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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