Html Css Color HEX #A480B4 East Side

📋 copy color: '#A480B4'

red 164 ◦ green 128 ◦ blue 180

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

Shades of East Side #A480B4

Tints of East Side #A480B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.14%

R = 34.75%
G = 27.12%
B = 38.14%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A480B4 (or 0xA480B4) is known color: East Side. HEX triplet: A4, 80 and B4. RGB value is (164,128,180). Sum of RGB (Red+Green+Blue) = 164+128+180=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 180 - color contains mainly: blue. Hex color #A480B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480B4 is #5B7F4B. Grayscale: #909090. Windows color (decimal): -5996364 or 11829412. OLE color: 11829412.

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

Color convert

RGB 164 128 180 -
CMYK 0.09 0.29 0 0.29
HSL 281.54º 0.26% 0.6% -
HSV(B) 281.54º 0.29% 0.71% -
XYZ 31.27 26.63 46.67 -
YUV 144.69 147.93 141.77 -
System Red Green Blue C M Y K H S L
Decimal 164 128 180 0.09 0.29 0 0.29 281.54 0.26 0.6
Hex A4 80 B4 9 1D 0 1D 11A 1A 3C
Octal 244 200 264 11 35 0 35 432 32 74
Binary 10100100 10000000 10110100 1001 11101 0 11101 100011010 11010 111100

Color Harmonies of #A480B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A480B4

Black with #A480B4

Text Example


Text Example

White with #A480B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A480B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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