Html Css Color HEX #A780B4 East Side

📋 copy color: '#A780B4'

red 167 ◦ green 128 ◦ blue 180

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

Shades of East Side #A780B4

Tints of East Side #A780B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.89%

R = 35.16%
G = 26.95%
B = 37.89%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A780B4 (or 0xA780B4) is known color: East Side. HEX triplet: A7, 80 and B4. RGB value is (167,128,180). Sum of RGB (Red+Green+Blue) = 167+128+180=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #A780B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780B4 is #587F4B. Grayscale: #919191. Windows color (decimal): -5799756 or 11829415. OLE color: 11829415.

HSL color Cylindrical-coordinate representation of color #A780B4: hue angle of 285º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A780B4 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 128 180 -
CMYK 0.07 0.29 0 0.29
HSL 285º 0.26% 0.6% -
HSV(B) 285º 0.29% 0.71% -
XYZ 31.89 26.95 46.7 -
YUV 145.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 167 128 180 0.07 0.29 0 0.29 285 0.26 0.6
Hex A7 80 B4 7 1D 0 1D 11D 1A 3C
Octal 247 200 264 7 35 0 35 435 32 74
Binary 10100111 10000000 10110100 111 11101 0 11101 100011101 11010 111100

Color Harmonies of #A780B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A780B4

Black with #A780B4

Text Example


Text Example

White with #A780B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A780B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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