Html Css Color HEX #A595B5 East Side

📋 copy color: '#A595B5'

red 165 ◦ green 149 ◦ blue 181

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

Shades of East Side #A595B5

Tints of East Side #A595B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.57%

R = 33.33%
G = 30.1%
B = 36.57%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A595B5 (or 0xA595B5) is known color: East Side. HEX triplet: A5, 95 and B5. RGB value is (165,149,181). Sum of RGB (Red+Green+Blue) = 165+149+181=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 181 - color contains mainly: blue. Hex color #A595B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595B5 is #5A6A4A. Grayscale: #9D9D9D. Windows color (decimal): -5925451 or 11900325. OLE color: 11900325.

HSL color Cylindrical-coordinate representation of color #A595B5: hue angle of 270º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A595B5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 149 181 -
CMYK 0.09 0.18 0 0.29
HSL 270º 0.18% 0.65% -
HSV(B) 270º 0.18% 0.71% -
XYZ 34.6 32.83 48.23 -
YUV 157.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 165 149 181 0.09 0.18 0 0.29 270 0.18 0.65
Hex A5 95 B5 9 12 0 1D 10E 12 41
Octal 245 225 265 11 22 0 35 416 22 101
Binary 10100101 10010101 10110101 1001 10010 0 11101 100001110 10010 1000001

Color Harmonies of #A595B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595B5

Black with #A595B5

Text Example


Text Example

White with #A595B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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