Html Css Color HEX #A691A8 London Hue

📋 copy color: '#A691A8'

red 166 ◦ green 145 ◦ blue 168

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

Shades of London Hue #A691A8

Tints of London Hue #A691A8

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.27%

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

R = 34.66%
G = 30.27%
B = 35.07%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A691A8 (or 0xA691A8) is known color: London Hue. HEX triplet: A6, 91 and A8. RGB value is (166,145,168). Sum of RGB (Red+Green+Blue) = 166+145+168=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 168 - color contains mainly: blue. Hex color #A691A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A691A8 is #596E57. Grayscale: #999999. Windows color (decimal): -5860952 or 11047334. OLE color: 11047334.

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

Color convert

RGB 166 145 168 -
CMYK 0.01 0.14 0 0.34
HSL 294.78º 0.12% 0.61% -
HSV(B) 294.78º 0.14% 0.66% -
XYZ 32.92 31.18 41.33 -
YUV 153.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 166 145 168 0.01 0.14 0 0.34 294.78 0.12 0.61
Hex A6 91 A8 1 E 0 22 127 C 3D
Octal 246 221 250 1 16 0 42 447 14 75
Binary 10100110 10010001 10101000 1 1110 0 100010 100100111 1100 111101

Color Harmonies of #A691A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A691A8

Black with #A691A8

Text Example


Text Example

White with #A691A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A691A8; }

 p { color: rgb(166,145,168); }

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

background-color css

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

 a { background-color: rgb(166,145,168); }

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

border-color css

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

 span { border-color: rgb(166,145,168); }

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