Html Css Color HEX #A69FA5 London Hue

📋 copy color: '#A69FA5'

red 166 ◦ green 159 ◦ blue 165

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

Shades of London Hue #A69FA5

Tints of London Hue #A69FA5

RGB

 RED value IS 166 (65.23% from 255) = 33.88%

 GREEN value IS 159 (62.5% from 255) = 32.45%

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

R = 33.88%
G = 32.45%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A69FA5 (or 0xA69FA5) is known color: London Hue. HEX triplet: A6, 9F and A5. RGB value is (166,159,165). Sum of RGB (Red+Green+Blue) = 166+159+165=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 166 - color contains mainly: red. Hex color #A69FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69FA5 is #59605A. Grayscale: #A1A1A1. Windows color (decimal): -5857371 or 10854310. OLE color: 10854310.

HSL color Cylindrical-coordinate representation of color #A69FA5: hue angle of 308.57º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A69FA5 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 159 165 -
CMYK 0 0.04 0.01 0.35
HSL 308.57º 0.04% 0.64% -
HSV(B) 308.57º 0.04% 0.65% -
XYZ 34.92 35.62 40.63 -
YUV 161.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 166 159 165 0 0.04 0.01 0.35 308.57 0.04 0.64
Hex A6 9F A5 0 4 1 23 135 4 40
Octal 246 237 245 0 4 1 43 465 4 100
Binary 10100110 10011111 10100101 0 100 1 100011 100110101 100 1000000

Color Harmonies of #A69FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69FA5

Black with #A69FA5

Text Example


Text Example

White with #A69FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69FA5; }

 p { color: rgb(166,159,165); }

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

background-color css

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

 a { background-color: rgb(166,159,165); }

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

border-color css

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

 span { border-color: rgb(166,159,165); }

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