Html Css Color HEX #A585AF East Side

📋 copy color: '#A585AF'

red 165 ◦ green 133 ◦ blue 175

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

Shades of East Side #A585AF

Tints of East Side #A585AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37%

R = 34.88%
G = 28.12%
B = 37%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A585AF (or 0xA585AF) is known color: East Side. HEX triplet: A5, 85 and AF. RGB value is (165,133,175). Sum of RGB (Red+Green+Blue) = 165+133+175=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #A585AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A585AF is #5A7A50. Grayscale: #939393. Windows color (decimal): -5929553 or 11503013. OLE color: 11503013.

HSL color Cylindrical-coordinate representation of color #A585AF: hue angle of 285.71º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A585AF is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 133 175 -
CMYK 0.06 0.24 0 0.31
HSL 285.71º 0.21% 0.6% -
HSV(B) 285.71º 0.24% 0.69% -
XYZ 31.64 27.87 44.27 -
YUV 147.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 165 133 175 0.06 0.24 0 0.31 285.71 0.21 0.6
Hex A5 85 AF 6 18 0 1F 11E 15 3C
Octal 245 205 257 6 30 0 37 436 25 74
Binary 10100101 10000101 10101111 110 11000 0 11111 100011110 10101 111100

Color Harmonies of #A585AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585AF

Black with #A585AF

Text Example


Text Example

White with #A585AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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