Html Css Color HEX #A690A8 London Hue

📋 copy color: '#A690A8'

red 166 ◦ green 144 ◦ blue 168

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

Shades of London Hue #A690A8

Tints of London Hue #A690A8

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.13%

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

R = 34.73%
G = 30.13%
B = 35.15%

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

#A690A8 (or 0xA690A8) is known color: London Hue. HEX triplet: A6, 90 and A8. RGB value is (166,144,168). Sum of RGB (Red+Green+Blue) = 166+144+168=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 168 - color contains mainly: blue. Hex color #A690A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A690A8 is #596F57. Grayscale: #999999. Windows color (decimal): -5861208 or 11047078. OLE color: 11047078.

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

Color convert

RGB 166 144 168 -
CMYK 0.01 0.14 0 0.34
HSL 295º 0.12% 0.61% -
HSV(B) 295º 0.14% 0.66% -
XYZ 32.77 30.88 41.28 -
YUV 153.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 166 144 168 0.01 0.14 0 0.34 295 0.12 0.61
Hex A6 90 A8 1 E 0 22 127 C 3D
Octal 246 220 250 1 16 0 42 447 14 75
Binary 10100110 10010000 10101000 1 1110 0 100010 100100111 1100 111101

Color Harmonies of #A690A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690A8

Black with #A690A8

Text Example


Text Example

White with #A690A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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