Html Css Color HEX #A594AF East Side

📋 copy color: '#A594AF'

red 165 ◦ green 148 ◦ blue 175

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

Shades of East Side #A594AF

Tints of East Side #A594AF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.33%

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

R = 33.81%
G = 30.33%
B = 35.86%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A594AF (or 0xA594AF) is known color: East Side. HEX triplet: A5, 94 and AF. RGB value is (165,148,175). Sum of RGB (Red+Green+Blue) = 165+148+175=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 175 - color contains mainly: blue. Hex color #A594AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A594AF is #5A6B50. Grayscale: #9C9C9C. Windows color (decimal): -5925713 or 11506853. OLE color: 11506853.

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

Color convert

RGB 165 148 175 -
CMYK 0.06 0.15 0 0.31
HSL 277.78º 0.14% 0.63% -
HSV(B) 277.78º 0.15% 0.69% -
XYZ 33.84 32.27 45 -
YUV 156.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 165 148 175 0.06 0.15 0 0.31 277.78 0.14 0.63
Hex A5 94 AF 6 F 0 1F 116 E 3F
Octal 245 224 257 6 17 0 37 426 16 77
Binary 10100101 10010100 10101111 110 1111 0 11111 100010110 1110 111111

Color Harmonies of #A594AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594AF

Black with #A594AF

Text Example


Text Example

White with #A594AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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