Html Css Color HEX #A990B0 East Side

📋 copy color: '#A990B0'

red 169 ◦ green 144 ◦ blue 176

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

Shades of East Side #A990B0

Tints of East Side #A990B0

RGB

 RED value IS 169 (66.41% from 255) = 34.56%

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

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

R = 34.56%
G = 29.45%
B = 35.99%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A990B0 (or 0xA990B0) is known color: East Side. HEX triplet: A9, 90 and B0. RGB value is (169,144,176). Sum of RGB (Red+Green+Blue) = 169+144+176=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 176 - color contains mainly: blue. Hex color #A990B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A990B0 is #566F4F. Grayscale: #9B9B9B. Windows color (decimal): -5664592 or 11571369. OLE color: 11571369.

HSL color Cylindrical-coordinate representation of color #A990B0: hue angle of 286.88º 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 #A990B0 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 144 176 -
CMYK 0.04 0.18 0 0.31
HSL 286.88º 0.17% 0.63% -
HSV(B) 286.88º 0.18% 0.69% -
XYZ 34.17 31.52 45.36 -
YUV 155.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 169 144 176 0.04 0.18 0 0.31 286.88 0.17 0.63
Hex A9 90 B0 4 12 0 1F 11F 11 3F
Octal 251 220 260 4 22 0 37 437 21 77
Binary 10101001 10010000 10110000 100 10010 0 11111 100011111 10001 111111

Color Harmonies of #A990B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990B0

Black with #A990B0

Text Example


Text Example

White with #A990B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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