Html Css Color HEX #A480BA East Side

📋 copy color: '#A480BA'

red 164 ◦ green 128 ◦ blue 186

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

Shades of East Side #A480BA

Tints of East Side #A480BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.78%

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 34.31%
G = 26.78%
B = 38.91%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A480BA (or 0xA480BA) is known color: East Side. HEX triplet: A4, 80 and BA. RGB value is (164,128,186). Sum of RGB (Red+Green+Blue) = 164+128+186=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #A480BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480BA is #5B7F45. Grayscale: #919191. Windows color (decimal): -5996358 or 12222628. OLE color: 12222628.

HSL color Cylindrical-coordinate representation of color #A480BA: hue angle of 277.24º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A480BA is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 128 186 -
CMYK 0.12 0.31 0 0.27
HSL 277.24º 0.3% 0.62% -
HSV(B) 277.24º 0.31% 0.73% -
XYZ 31.89 26.88 49.96 -
YUV 145.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 164 128 186 0.12 0.31 0 0.27 277.24 0.3 0.62
Hex A4 80 BA C 1F 0 1B 115 1E 3E
Octal 244 200 272 14 37 0 33 425 36 76
Binary 10100100 10000000 10111010 1100 11111 0 11011 100010101 11110 111110

Color Harmonies of #A480BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A480BA

Black with #A480BA

Text Example


Text Example

White with #A480BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A480BA; }

 p { color: rgb(164,128,186); }

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

background-color css

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

 a { background-color: rgb(164,128,186); }

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

border-color css

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

 span { border-color: rgb(164,128,186); }

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