Html Css Color HEX #A585AB East Side

📋 copy color: '#A585AB'

red 165 ◦ green 133 ◦ blue 171

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

Shades of East Side #A585AB

Tints of East Side #A585AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 35.18%
G = 28.36%
B = 36.46%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A585AB (or 0xA585AB) is known color: East Side. HEX triplet: A5, 85 and AB. RGB value is (165,133,171). Sum of RGB (Red+Green+Blue) = 165+133+171=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #A585AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A585AB is #5A7A54. Grayscale: #929292. Windows color (decimal): -5929557 or 11240869. OLE color: 11240869.

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

Color convert

RGB 165 133 171 -
CMYK 0.04 0.22 0 0.33
HSL 290.53º 0.18% 0.6% -
HSV(B) 290.53º 0.22% 0.67% -
XYZ 31.26 27.71 42.23 -
YUV 146.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 165 133 171 0.04 0.22 0 0.33 290.53 0.18 0.6
Hex A5 85 AB 4 16 0 21 123 12 3C
Octal 245 205 253 4 26 0 41 443 22 74
Binary 10100101 10000101 10101011 100 10110 0 100001 100100011 10010 111100

Color Harmonies of #A585AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585AB

Black with #A585AB

Text Example


Text Example

White with #A585AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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