Html Css Color HEX #A584BC East Side

📋 copy color: '#A584BC'

red 165 ◦ green 132 ◦ blue 188

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

Shades of East Side #A584BC

Tints of East Side #A584BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.76%

R = 34.02%
G = 27.22%
B = 38.76%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A584BC (or 0xA584BC) is known color: East Side. HEX triplet: A5, 84 and BC. RGB value is (165,132,188). Sum of RGB (Red+Green+Blue) = 165+132+188=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #A584BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584BC is #5A7B43. Grayscale: #949494. Windows color (decimal): -5929796 or 12354725. OLE color: 12354725.

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

Color convert

RGB 165 132 188 -
CMYK 0.12 0.30 0 0.26
HSL 275.36º 0.29% 0.63% -
HSV(B) 275.36º 0.3% 0.74% -
XYZ 32.85 28.13 51.28 -
YUV 148.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 165 132 188 0.12 0.30 0 0.26 275.36 0.29 0.63
Hex A5 84 BC C 1E 0 1A 113 1D 3F
Octal 245 204 274 14 36 0 32 423 35 77
Binary 10100101 10000100 10111100 1100 11110 0 11010 100010011 11101 111111

Color Harmonies of #A584BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584BC

Black with #A584BC

Text Example


Text Example

White with #A584BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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