Html Css Color HEX #A876BE East Side

📋 copy color: '#A876BE'

red 168 ◦ green 118 ◦ blue 190

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

Shades of East Side #A876BE

Tints of East Side #A876BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 35.29%
G = 24.79%
B = 39.92%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A876BE (or 0xA876BE) is known color: East Side. HEX triplet: A8, 76 and BE. RGB value is (168,118,190). Sum of RGB (Red+Green+Blue) = 168+118+190=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #A876BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876BE is #578941. Grayscale: #8C8C8C. Windows color (decimal): -5736770 or 12482216. OLE color: 12482216.

HSL color Cylindrical-coordinate representation of color #A876BE: hue angle of 281.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A876BE is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 118 190 -
CMYK 0.12 0.38 0 0.25
HSL 281.67º 0.36% 0.6% -
HSV(B) 281.67º 0.38% 0.75% -
XYZ 31.92 25 51.86 -
YUV 141.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 168 118 190 0.12 0.38 0 0.25 281.67 0.36 0.6
Hex A8 76 BE C 26 0 19 11A 24 3C
Octal 250 166 276 14 46 0 31 432 44 74
Binary 10101000 1110110 10111110 1100 100110 0 11001 100011010 100100 111100

Color Harmonies of #A876BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876BE

Black with #A876BE

Text Example


Text Example

White with #A876BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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