Html Css Color HEX #A584B5 East Side

📋 copy color: '#A584B5'

red 165 ◦ green 132 ◦ blue 181

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

Shades of East Side #A584B5

Tints of East Side #A584B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 34.52%
G = 27.62%
B = 37.87%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A584B5 (or 0xA584B5) is known color: East Side. HEX triplet: A5, 84 and B5. RGB value is (165,132,181). Sum of RGB (Red+Green+Blue) = 165+132+181=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 181 - color contains mainly: blue. Hex color #A584B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584B5 is #5A7B4A. Grayscale: #939393. Windows color (decimal): -5929803 or 11895973. OLE color: 11895973.

HSL color Cylindrical-coordinate representation of color #A584B5: hue angle of 280.41º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A584B5 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 132 181 -
CMYK 0.09 0.27 0 0.29
HSL 280.41º 0.25% 0.61% -
HSV(B) 280.41º 0.27% 0.71% -
XYZ 32.11 27.84 47.4 -
YUV 147.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 165 132 181 0.09 0.27 0 0.29 280.41 0.25 0.61
Hex A5 84 B5 9 1B 0 1D 118 19 3D
Octal 245 204 265 11 33 0 35 430 31 75
Binary 10100101 10000100 10110101 1001 11011 0 11101 100011000 11001 111101

Color Harmonies of #A584B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584B5

Black with #A584B5

Text Example


Text Example

White with #A584B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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