Html Css Color HEX #A380B3 East Side

📋 copy color: '#A380B3'

red 163 ◦ green 128 ◦ blue 179

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

Shades of East Side #A380B3

Tints of East Side #A380B3

RGB

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

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

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

R = 34.68%
G = 27.23%
B = 38.09%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A380B3 (or 0xA380B3) is known color: East Side. HEX triplet: A3, 80 and B3. RGB value is (163,128,179). Sum of RGB (Red+Green+Blue) = 163+128+179=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 179 - color contains mainly: blue. Hex color #A380B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380B3 is #5C7F4C. Grayscale: #909090. Windows color (decimal): -6061901 or 11763875. OLE color: 11763875.

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

Color convert

RGB 163 128 179 -
CMYK 0.09 0.28 0 0.30
HSL 281.18º 0.25% 0.6% -
HSV(B) 281.18º 0.28% 0.7% -
XYZ 30.96 26.48 46.13 -
YUV 144.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 163 128 179 0.09 0.28 0 0.30 281.18 0.25 0.6
Hex A3 80 B3 9 1C 0 1E 119 19 3C
Octal 243 200 263 11 34 0 36 431 31 74
Binary 10100011 10000000 10110011 1001 11100 0 11110 100011001 11001 111100

Color Harmonies of #A380B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A380B3

Black with #A380B3

Text Example


Text Example

White with #A380B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A380B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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