Html Css Color HEX #A780B3 East Side

📋 copy color: '#A780B3'

red 167 ◦ green 128 ◦ blue 179

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

Shades of East Side #A780B3

Tints of East Side #A780B3

RGB

 RED value IS 167 (65.63% from 255) = 35.23%

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

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

R = 35.23%
G = 27%
B = 37.76%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A780B3 (or 0xA780B3) is known color: East Side. HEX triplet: A7, 80 and B3. RGB value is (167,128,179). Sum of RGB (Red+Green+Blue) = 167+128+179=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 179 - color contains mainly: blue. Hex color #A780B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780B3 is #587F4C. Grayscale: #919191. Windows color (decimal): -5799757 or 11763879. OLE color: 11763879.

HSL color Cylindrical-coordinate representation of color #A780B3: hue angle of 285.88º 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 #A780B3 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 128 179 -
CMYK 0.07 0.28 0 0.30
HSL 285.88º 0.25% 0.6% -
HSV(B) 285.88º 0.28% 0.7% -
XYZ 31.79 26.91 46.17 -
YUV 145.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 167 128 179 0.07 0.28 0 0.30 285.88 0.25 0.6
Hex A7 80 B3 7 1C 0 1E 11E 19 3C
Octal 247 200 263 7 34 0 36 436 31 74
Binary 10100111 10000000 10110011 111 11100 0 11110 100011110 11001 111100

Color Harmonies of #A780B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A780B3

Black with #A780B3

Text Example


Text Example

White with #A780B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A780B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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