Html Css Color HEX #A876B4 East Side

📋 copy color: '#A876B4'

red 168 ◦ green 118 ◦ blue 180

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

Shades of East Side #A876B4

Tints of East Side #A876B4

RGB

 RED value IS 168 (66.02% from 255) = 36.05%

 GREEN value IS 118 (46.48% from 255) = 25.32%

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

R = 36.05%
G = 25.32%
B = 38.63%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A876B4 (or 0xA876B4) is known color: East Side. HEX triplet: A8, 76 and B4. RGB value is (168,118,180). Sum of RGB (Red+Green+Blue) = 168+118+180=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #A876B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876B4 is #57894B. Grayscale: #8B8B8B. Windows color (decimal): -5736780 or 11826856. OLE color: 11826856.

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

Color convert

RGB 168 118 180 -
CMYK 0.07 0.34 0 0.29
HSL 288.39º 0.29% 0.58% -
HSV(B) 288.39º 0.34% 0.71% -
XYZ 30.87 24.58 46.3 -
YUV 140.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 168 118 180 0.07 0.34 0 0.29 288.39 0.29 0.58
Hex A8 76 B4 7 22 0 1D 120 1D 3A
Octal 250 166 264 7 42 0 35 440 35 72
Binary 10101000 1110110 10110100 111 100010 0 11101 100100000 11101 111010

Color Harmonies of #A876B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876B4

Black with #A876B4

Text Example


Text Example

White with #A876B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876B4; }

 p { color: rgb(168,118,180); }

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

background-color css

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

 a { background-color: rgb(168,118,180); }

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

border-color css

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

 span { border-color: rgb(168,118,180); }

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