Html Css Color HEX #A893A4 London Hue

📋 copy color: '#A893A4'

red 168 ◦ green 147 ◦ blue 164

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

Shades of London Hue #A893A4

Tints of London Hue #A893A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.24%

R = 35.07%
G = 30.69%
B = 34.24%

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

#A893A4 (or 0xA893A4) is known color: London Hue. HEX triplet: A8, 93 and A4. RGB value is (168,147,164). Sum of RGB (Red+Green+Blue) = 168+147+164=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 168 - color contains mainly: red. Hex color #A893A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A893A4 is #576C5B. Grayscale: #9B9B9B. Windows color (decimal): -5729372 or 10785704. OLE color: 10785704.

HSL color Cylindrical-coordinate representation of color #A893A4: hue angle of 311.43º 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 #A893A4 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 147 164 -
CMYK 0 0.13 0.02 0.34
HSL 311.43º 0.11% 0.62% -
HSV(B) 311.43º 0.13% 0.66% -
XYZ 33.28 31.87 39.52 -
YUV 155.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 168 147 164 0 0.13 0.02 0.34 311.43 0.11 0.62
Hex A8 93 A4 0 D 2 22 137 B 3E
Octal 250 223 244 0 15 2 42 467 13 76
Binary 10101000 10010011 10100100 0 1101 10 100010 100110111 1011 111110

Color Harmonies of #A893A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A893A4

Black with #A893A4

Text Example


Text Example

White with #A893A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A893A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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