Html Css Color HEX #A479BB East Side

📋 copy color: '#A479BB'

red 164 ◦ green 121 ◦ blue 187

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

Shades of East Side #A479BB

Tints of East Side #A479BB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.64%

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 34.75%
G = 25.64%
B = 39.62%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A479BB (or 0xA479BB) is known color: East Side. HEX triplet: A4, 79 and BB. RGB value is (164,121,187). Sum of RGB (Red+Green+Blue) = 164+121+187=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #A479BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479BB is #5B8644. Grayscale: #8D8D8D. Windows color (decimal): -5998149 or 12286372. OLE color: 12286372.

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

Color convert

RGB 164 121 187 -
CMYK 0.12 0.35 0 0.27
HSL 279.09º 0.33% 0.6% -
HSV(B) 279.09º 0.35% 0.73% -
XYZ 31.12 25.16 50.23 -
YUV 141.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 164 121 187 0.12 0.35 0 0.27 279.09 0.33 0.6
Hex A4 79 BB C 23 0 1B 117 21 3C
Octal 244 171 273 14 43 0 33 427 41 74
Binary 10100100 1111001 10111011 1100 100011 0 11011 100010111 100001 111100

Color Harmonies of #A479BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A479BB

Black with #A479BB

Text Example


Text Example

White with #A479BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A479BB; }

 p { color: rgb(164,121,187); }

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

background-color css

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

 a { background-color: rgb(164,121,187); }

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

border-color css

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

 span { border-color: rgb(164,121,187); }

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