Html Css Color HEX #A380B1 East Side

📋 copy color: '#A380B1'

red 163 ◦ green 128 ◦ blue 177

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

Shades of East Side #A380B1

Tints of East Side #A380B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.82%

R = 34.83%
G = 27.35%
B = 37.82%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A380B1 (or 0xA380B1) is known color: East Side. HEX triplet: A3, 80 and B1. RGB value is (163,128,177). Sum of RGB (Red+Green+Blue) = 163+128+177=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 177 - color contains mainly: blue. Hex color #A380B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A380B1 is #5C7F4E. Grayscale: #8F8F8F. Windows color (decimal): -6061903 or 11632803. OLE color: 11632803.

HSL color Cylindrical-coordinate representation of color #A380B1: hue angle of 282.86º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A380B1 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 128 177 -
CMYK 0.08 0.28 0 0.31
HSL 282.86º 0.24% 0.6% -
HSV(B) 282.86º 0.28% 0.69% -
XYZ 30.76 26.4 45.07 -
YUV 144.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 163 128 177 0.08 0.28 0 0.31 282.86 0.24 0.6
Hex A3 80 B1 8 1C 0 1F 11B 18 3C
Octal 243 200 261 10 34 0 37 433 30 74
Binary 10100011 10000000 10110001 1000 11100 0 11111 100011011 11000 111100

Color Harmonies of #A380B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A380B1

Black with #A380B1

Text Example


Text Example

White with #A380B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A380B1; }

 p { color: rgb(163,128,177); }

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

background-color css

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

 a { background-color: rgb(163,128,177); }

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

border-color css

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

 span { border-color: rgb(163,128,177); }

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