Html Css Color HEX #A880B2 East Side

📋 copy color: '#A880B2'

red 168 ◦ green 128 ◦ blue 178

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

Shades of East Side #A880B2

Tints of East Side #A880B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 35.44%
G = 27%
B = 37.55%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A880B2 (or 0xA880B2) is known color: East Side. HEX triplet: A8, 80 and B2. RGB value is (168,128,178). Sum of RGB (Red+Green+Blue) = 168+128+178=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 178 - color contains mainly: blue. Hex color #A880B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A880B2 is #577F4D. Grayscale: #919191. Windows color (decimal): -5734222 or 11698344. OLE color: 11698344.

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

Color convert

RGB 168 128 178 -
CMYK 0.06 0.28 0 0.30
HSL 288º 0.25% 0.6% -
HSV(B) 288º 0.28% 0.7% -
XYZ 31.9 26.98 45.65 -
YUV 145.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 168 128 178 0.06 0.28 0 0.30 288 0.25 0.6
Hex A8 80 B2 6 1C 0 1E 120 19 3C
Octal 250 200 262 6 34 0 36 440 31 74
Binary 10101000 10000000 10110010 110 11100 0 11110 100100000 11001 111100

Color Harmonies of #A880B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A880B2

Black with #A880B2

Text Example


Text Example

White with #A880B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A880B2; }

 p { color: rgb(168,128,178); }

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

background-color css

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

 a { background-color: rgb(168,128,178); }

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

border-color css

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

 span { border-color: rgb(168,128,178); }

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