Html Css Color HEX #A480BD East Side

📋 copy color: '#A480BD'

red 164 ◦ green 128 ◦ blue 189

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

Shades of East Side #A480BD

Tints of East Side #A480BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.29%

R = 34.1%
G = 26.61%
B = 39.29%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A480BD (or 0xA480BD) is known color: East Side. HEX triplet: A4, 80 and BD. RGB value is (164,128,189). Sum of RGB (Red+Green+Blue) = 164+128+189=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #A480BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480BD is #5B7F42. Grayscale: #919191. Windows color (decimal): -5996355 or 12419236. OLE color: 12419236.

HSL color Cylindrical-coordinate representation of color #A480BD: hue angle of 275.41º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A480BD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 128 189 -
CMYK 0.13 0.32 0 0.26
HSL 275.41º 0.32% 0.62% -
HSV(B) 275.41º 0.32% 0.74% -
XYZ 32.21 27 51.66 -
YUV 145.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 164 128 189 0.13 0.32 0 0.26 275.41 0.32 0.62
Hex A4 80 BD D 20 0 1A 113 20 3E
Octal 244 200 275 15 40 0 32 423 40 76
Binary 10100100 10000000 10111101 1101 100000 0 11010 100010011 100000 111110

Color Harmonies of #A480BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A480BD

Black with #A480BD

Text Example


Text Example

White with #A480BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A480BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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