Html Css Color HEX #A876BD East Side

📋 copy color: '#A876BD'

red 168 ◦ green 118 ◦ blue 189

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

Shades of East Side #A876BD

Tints of East Side #A876BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 35.37%
G = 24.84%
B = 39.79%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A876BD (or 0xA876BD) is known color: East Side. HEX triplet: A8, 76 and BD. RGB value is (168,118,189). Sum of RGB (Red+Green+Blue) = 168+118+189=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #A876BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876BD is #578942. Grayscale: #8C8C8C. Windows color (decimal): -5736771 or 12416680. OLE color: 12416680.

HSL color Cylindrical-coordinate representation of color #A876BD: hue angle of 282.25º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A876BD is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 118 189 -
CMYK 0.11 0.38 0 0.26
HSL 282.25º 0.35% 0.6% -
HSV(B) 282.25º 0.38% 0.74% -
XYZ 31.81 24.96 51.28 -
YUV 141.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 168 118 189 0.11 0.38 0 0.26 282.25 0.35 0.6
Hex A8 76 BD B 26 0 1A 11A 23 3C
Octal 250 166 275 13 46 0 32 432 43 74
Binary 10101000 1110110 10111101 1011 100110 0 11010 100011010 100011 111100

Color Harmonies of #A876BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876BD

Black with #A876BD

Text Example


Text Example

White with #A876BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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