Html Css Color HEX #A584BA East Side

📋 copy color: '#A584BA'

red 165 ◦ green 132 ◦ blue 186

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

Shades of East Side #A584BA

Tints of East Side #A584BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 34.16%
G = 27.33%
B = 38.51%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A584BA (or 0xA584BA) is known color: East Side. HEX triplet: A5, 84 and BA. RGB value is (165,132,186). Sum of RGB (Red+Green+Blue) = 165+132+186=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #A584BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584BA is #5A7B45. Grayscale: #939393. Windows color (decimal): -5929798 or 12223653. OLE color: 12223653.

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

Color convert

RGB 165 132 186 -
CMYK 0.11 0.29 0 0.27
HSL 276.67º 0.28% 0.62% -
HSV(B) 276.67º 0.29% 0.73% -
XYZ 32.63 28.05 50.15 -
YUV 148.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 165 132 186 0.11 0.29 0 0.27 276.67 0.28 0.62
Hex A5 84 BA B 1D 0 1B 115 1C 3E
Octal 245 204 272 13 35 0 33 425 34 76
Binary 10100101 10000100 10111010 1011 11101 0 11011 100010101 11100 111110

Color Harmonies of #A584BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584BA

Black with #A584BA

Text Example


Text Example

White with #A584BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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