Html Css Color HEX #A585AD East Side

📋 copy color: '#A585AD'

red 165 ◦ green 133 ◦ blue 173

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

Shades of East Side #A585AD

Tints of East Side #A585AD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.24%

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 35.03%
G = 28.24%
B = 36.73%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A585AD (or 0xA585AD) is known color: East Side. HEX triplet: A5, 85 and AD. RGB value is (165,133,173). Sum of RGB (Red+Green+Blue) = 165+133+173=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: blue. Hex color #A585AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A585AD is #5A7A52. Grayscale: #939393. Windows color (decimal): -5929555 or 11371941. OLE color: 11371941.

HSL color Cylindrical-coordinate representation of color #A585AD: hue angle of 288º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A585AD is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 133 173 -
CMYK 0.05 0.23 0 0.32
HSL 288º 0.2% 0.6% -
HSV(B) 288º 0.23% 0.68% -
XYZ 31.45 27.79 43.24 -
YUV 147.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 165 133 173 0.05 0.23 0 0.32 288 0.2 0.6
Hex A5 85 AD 5 17 0 20 120 14 3C
Octal 245 205 255 5 27 0 40 440 24 74
Binary 10100101 10000101 10101101 101 10111 0 100000 100100000 10100 111100

Color Harmonies of #A585AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585AD

Black with #A585AD

Text Example


Text Example

White with #A585AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585AD; }

 p { color: rgb(165,133,173); }

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

background-color css

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

 a { background-color: rgb(165,133,173); }

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

border-color css

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

 span { border-color: rgb(165,133,173); }

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