Html Css Color HEX #A893AA London Hue

📋 copy color: '#A893AA'

red 168 ◦ green 147 ◦ blue 170

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

Shades of London Hue #A893AA

Tints of London Hue #A893AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.31%

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 34.64%
G = 30.31%
B = 35.05%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A893AA (or 0xA893AA) is known color: London Hue. HEX triplet: A8, 93 and AA. RGB value is (168,147,170). Sum of RGB (Red+Green+Blue) = 168+147+170=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #A893AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A893AA is #576C55. Grayscale: #9B9B9B. Windows color (decimal): -5729366 or 11178920. OLE color: 11178920.

HSL color Cylindrical-coordinate representation of color #A893AA: hue angle of 294.78º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A893AA is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 147 170 -
CMYK 0.01 0.14 0 0.33
HSL 294.78º 0.12% 0.62% -
HSV(B) 294.78º 0.14% 0.67% -
XYZ 33.84 32.09 42.44 -
YUV 155.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 168 147 170 0.01 0.14 0 0.33 294.78 0.12 0.62
Hex A8 93 AA 1 E 0 21 127 C 3E
Octal 250 223 252 1 16 0 41 447 14 76
Binary 10101000 10010011 10101010 1 1110 0 100001 100100111 1100 111110

Color Harmonies of #A893AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A893AA

Black with #A893AA

Text Example


Text Example

White with #A893AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A893AA; }

 p { color: rgb(168,147,170); }

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

background-color css

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

 a { background-color: rgb(168,147,170); }

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

border-color css

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

 span { border-color: rgb(168,147,170); }

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