Html Css Color HEX #A893A5 London Hue

📋 copy color: '#A893A5'

red 168 ◦ green 147 ◦ blue 165

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

Shades of London Hue #A893A5

Tints of London Hue #A893A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.38%

R = 35%
G = 30.63%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A893A5 (or 0xA893A5) is known color: London Hue. HEX triplet: A8, 93 and A5. RGB value is (168,147,165). Sum of RGB (Red+Green+Blue) = 168+147+165=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 168 - color contains mainly: red. Hex color #A893A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A893A5 is #576C5A. Grayscale: #9B9B9B. Windows color (decimal): -5729371 or 10851240. OLE color: 10851240.

HSL color Cylindrical-coordinate representation of color #A893A5: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A893A5 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 147 165 -
CMYK 0 0.13 0.02 0.34
HSL 308.57º 0.11% 0.62% -
HSV(B) 308.57º 0.13% 0.66% -
XYZ 33.37 31.91 40 -
YUV 155.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 168 147 165 0 0.13 0.02 0.34 308.57 0.11 0.62
Hex A8 93 A5 0 D 2 22 135 B 3E
Octal 250 223 245 0 15 2 42 465 13 76
Binary 10101000 10010011 10100101 0 1101 10 100010 100110101 1011 111110

Color Harmonies of #A893A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A893A5

Black with #A893A5

Text Example


Text Example

White with #A893A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A893A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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