Html Css Color HEX #A295AD East Side

📋 copy color: '#A295AD'

red 162 ◦ green 149 ◦ blue 173

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

Shades of East Side #A295AD

Tints of East Side #A295AD

RGB

 RED value IS 162 (63.67% from 255) = 33.47%

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

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 33.47%
G = 30.79%
B = 35.74%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A295AD (or 0xA295AD) is known color: East Side. HEX triplet: A2, 95 and AD. RGB value is (162,149,173). Sum of RGB (Red+Green+Blue) = 162+149+173=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #A295AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A295AD is #5D6A52. Grayscale: #9B9B9B. Windows color (decimal): -6122067 or 11376034. OLE color: 11376034.

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

Color convert

RGB 162 149 173 -
CMYK 0.06 0.14 0 0.32
HSL 272.5º 0.13% 0.63% -
HSV(B) 272.5º 0.14% 0.68% -
XYZ 33.19 32.19 44 -
YUV 155.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 162 149 173 0.06 0.14 0 0.32 272.5 0.13 0.63
Hex A2 95 AD 6 E 0 20 110 D 3F
Octal 242 225 255 6 16 0 40 420 15 77
Binary 10100010 10010101 10101101 110 1110 0 100000 100010000 1101 111111

Color Harmonies of #A295AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295AD

Black with #A295AD

Text Example


Text Example

White with #A295AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295AD; }

 p { color: rgb(162,149,173); }

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

background-color css

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

 a { background-color: rgb(162,149,173); }

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

border-color css

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

 span { border-color: rgb(162,149,173); }

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