Html Css Color HEX #A379B3 East Side

📋 copy color: '#A379B3'

red 163 ◦ green 121 ◦ blue 179

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

Shades of East Side #A379B3

Tints of East Side #A379B3

RGB

 RED value IS 163 (64.06% from 255) = 35.21%

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

 BLUE value IS 179 (70.31% from 255) = 38.66%

R = 35.21%
G = 26.13%
B = 38.66%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A379B3 (or 0xA379B3) is known color: East Side. HEX triplet: A3, 79 and B3. RGB value is (163,121,179). Sum of RGB (Red+Green+Blue) = 163+121+179=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #A379B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379B3 is #5C864C. Grayscale: #8B8B8B. Windows color (decimal): -6063693 or 11762083. OLE color: 11762083.

HSL color Cylindrical-coordinate representation of color #A379B3: hue angle of 283.45º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A379B3 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 121 179 -
CMYK 0.09 0.32 0 0.30
HSL 283.45º 0.28% 0.59% -
HSV(B) 283.45º 0.32% 0.7% -
XYZ 30.08 24.72 45.83 -
YUV 140.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 163 121 179 0.09 0.32 0 0.30 283.45 0.28 0.59
Hex A3 79 B3 9 20 0 1E 11B 1C 3B
Octal 243 171 263 11 40 0 36 433 34 73
Binary 10100011 1111001 10110011 1001 100000 0 11110 100011011 11100 111011

Color Harmonies of #A379B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A379B3

Black with #A379B3

Text Example


Text Example

White with #A379B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A379B3; }

 p { color: rgb(163,121,179); }

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

background-color css

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

 a { background-color: rgb(163,121,179); }

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

border-color css

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

 span { border-color: rgb(163,121,179); }

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