Html Css Color HEX #A890BD East Side

📋 copy color: '#A890BD'

red 168 ◦ green 144 ◦ blue 189

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

Shades of East Side #A890BD

Tints of East Side #A890BD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.74%

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

R = 33.53%
G = 28.74%
B = 37.72%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A890BD (or 0xA890BD) is known color: East Side. HEX triplet: A8, 90 and BD. RGB value is (168,144,189). Sum of RGB (Red+Green+Blue) = 168+144+189=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #A890BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890BD is #576F42. Grayscale: #9C9C9C. Windows color (decimal): -5730115 or 12423336. OLE color: 12423336.

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

Color convert

RGB 168 144 189 -
CMYK 0.11 0.24 0 0.26
HSL 272º 0.25% 0.65% -
HSV(B) 272º 0.24% 0.74% -
XYZ 35.31 31.95 52.45 -
YUV 156.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 168 144 189 0.11 0.24 0 0.26 272 0.25 0.65
Hex A8 90 BD B 18 0 1A 110 19 41
Octal 250 220 275 13 30 0 32 420 31 101
Binary 10101000 10010000 10111101 1011 11000 0 11010 100010000 11001 1000001

Color Harmonies of #A890BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890BD

Black with #A890BD

Text Example


Text Example

White with #A890BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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