Html Css Color HEX #A890B0 East Side

📋 copy color: '#A890B0'

red 168 ◦ green 144 ◦ blue 176

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

Shades of East Side #A890B0

Tints of East Side #A890B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.07%

R = 34.43%
G = 29.51%
B = 36.07%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A890B0 (or 0xA890B0) is known color: East Side. HEX triplet: A8, 90 and B0. RGB value is (168,144,176). Sum of RGB (Red+Green+Blue) = 168+144+176=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 176 - color contains mainly: blue. Hex color #A890B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A890B0 is #576F4F. Grayscale: #9A9A9A. Windows color (decimal): -5730128 or 11571368. OLE color: 11571368.

HSL color Cylindrical-coordinate representation of color #A890B0: hue angle of 285º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A890B0 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 144 176 -
CMYK 0.05 0.18 0 0.31
HSL 285º 0.17% 0.63% -
HSV(B) 285º 0.18% 0.69% -
XYZ 33.96 31.41 45.35 -
YUV 154.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 168 144 176 0.05 0.18 0 0.31 285 0.17 0.63
Hex A8 90 B0 5 12 0 1F 11D 11 3F
Octal 250 220 260 5 22 0 37 435 21 77
Binary 10101000 10010000 10110000 101 10010 0 11111 100011101 10001 111111

Color Harmonies of #A890B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890B0

Black with #A890B0

Text Example


Text Example

White with #A890B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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