Html Css Color HEX #A595B1 East Side

📋 copy color: '#A595B1'

red 165 ◦ green 149 ◦ blue 177

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

Shades of East Side #A595B1

Tints of East Side #A595B1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

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

R = 33.6%
G = 30.35%
B = 36.05%

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

#A595B1 (or 0xA595B1) is known color: East Side. HEX triplet: A5, 95 and B1. RGB value is (165,149,177). Sum of RGB (Red+Green+Blue) = 165+149+177=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 177 - color contains mainly: blue. Hex color #A595B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A595B1 is #5A6A4E. Grayscale: #9C9C9C. Windows color (decimal): -5925455 or 11638181. OLE color: 11638181.

HSL color Cylindrical-coordinate representation of color #A595B1: hue angle of 274.29º degrees, saturation: 0.15, 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 #A595B1 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 149 177 -
CMYK 0.07 0.16 0 0.31
HSL 274.29º 0.15% 0.64% -
HSV(B) 274.29º 0.16% 0.69% -
XYZ 34.2 32.67 46.1 -
YUV 156.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 165 149 177 0.07 0.16 0 0.31 274.29 0.15 0.64
Hex A5 95 B1 7 10 0 1F 112 F 40
Octal 245 225 261 7 20 0 37 422 17 100
Binary 10100101 10010101 10110001 111 10000 0 11111 100010010 1111 1000000

Color Harmonies of #A595B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595B1

Black with #A595B1

Text Example


Text Example

White with #A595B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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