Html Css Color HEX #A594B1 East Side

📋 copy color: '#A594B1'

red 165 ◦ green 148 ◦ blue 177

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

Shades of East Side #A594B1

Tints of East Side #A594B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.12%

R = 33.67%
G = 30.2%
B = 36.12%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A594B1 (or 0xA594B1) is known color: East Side. HEX triplet: A5, 94 and B1. RGB value is (165,148,177). Sum of RGB (Red+Green+Blue) = 165+148+177=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 177 - color contains mainly: blue. Hex color #A594B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A594B1 is #5A6B4E. Grayscale: #9C9C9C. Windows color (decimal): -5925711 or 11637925. OLE color: 11637925.

HSL color Cylindrical-coordinate representation of color #A594B1: hue angle of 275.17º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A594B1 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 148 177 -
CMYK 0.07 0.16 0 0.31
HSL 275.17º 0.16% 0.64% -
HSV(B) 275.17º 0.16% 0.69% -
XYZ 34.04 32.35 46.05 -
YUV 156.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 165 148 177 0.07 0.16 0 0.31 275.17 0.16 0.64
Hex A5 94 B1 7 10 0 1F 113 10 40
Octal 245 224 261 7 20 0 37 423 20 100
Binary 10100101 10010100 10110001 111 10000 0 11111 100010011 10000 1000000

Color Harmonies of #A594B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594B1

Black with #A594B1

Text Example


Text Example

White with #A594B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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