Html Css Color HEX #A595B0 East Side

📋 copy color: '#A595B0'

red 165 ◦ green 149 ◦ blue 176

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

Shades of East Side #A595B0

Tints of East Side #A595B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.92%

R = 33.67%
G = 30.41%
B = 35.92%

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

#A595B0 (or 0xA595B0) is known color: East Side. HEX triplet: A5, 95 and B0. RGB value is (165,149,176). Sum of RGB (Red+Green+Blue) = 165+149+176=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 176 - color contains mainly: blue. Hex color #A595B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A595B0 is #5A6A4F. Grayscale: #9C9C9C. Windows color (decimal): -5925456 or 11572645. OLE color: 11572645.

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

Color convert

RGB 165 149 176 -
CMYK 0.06 0.15 0 0.31
HSL 275.56º 0.15% 0.64% -
HSV(B) 275.56º 0.15% 0.69% -
XYZ 34.1 32.63 45.57 -
YUV 156.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 165 149 176 0.06 0.15 0 0.31 275.56 0.15 0.64
Hex A5 95 B0 6 F 0 1F 114 F 40
Octal 245 225 260 6 17 0 37 424 17 100
Binary 10100101 10010101 10110000 110 1111 0 11111 100010100 1111 1000000

Color Harmonies of #A595B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595B0

Black with #A595B0

Text Example


Text Example

White with #A595B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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