Html Css Color HEX #A481AD East Side

📋 copy color: '#A481AD'

red 164 ◦ green 129 ◦ blue 173

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

Shades of East Side #A481AD

Tints of East Side #A481AD

RGB

 RED value IS 164 (64.45% from 255) = 35.19%

 GREEN value IS 129 (50.78% from 255) = 27.68%

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

R = 35.19%
G = 27.68%
B = 37.12%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A481AD (or 0xA481AD) is known color: East Side. HEX triplet: A4, 81 and AD. RGB value is (164,129,173). Sum of RGB (Red+Green+Blue) = 164+129+173=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #A481AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A481AD is #5B7E52. Grayscale: #909090. Windows color (decimal): -5996115 or 11370916. OLE color: 11370916.

HSL color Cylindrical-coordinate representation of color #A481AD: hue angle of 287.73º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A481AD is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 129 173 -
CMYK 0.05 0.25 0 0.32
HSL 287.73º 0.21% 0.59% -
HSV(B) 287.73º 0.25% 0.68% -
XYZ 30.7 26.61 43.05 -
YUV 144.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 164 129 173 0.05 0.25 0 0.32 287.73 0.21 0.59
Hex A4 81 AD 5 19 0 20 120 15 3B
Octal 244 201 255 5 31 0 40 440 25 73
Binary 10100100 10000001 10101101 101 11001 0 100000 100100000 10101 111011

Color Harmonies of #A481AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A481AD

Black with #A481AD

Text Example


Text Example

White with #A481AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A481AD; }

 p { color: rgb(164,129,173); }

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

background-color css

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

 a { background-color: rgb(164,129,173); }

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

border-color css

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

 span { border-color: rgb(164,129,173); }

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