Html Css Color HEX #A693A2 London Hue

📋 copy color: '#A693A2'

red 166 ◦ green 147 ◦ blue 162

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

Shades of London Hue #A693A2

Tints of London Hue #A693A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.11%

R = 34.95%
G = 30.95%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A693A2 (or 0xA693A2) is known color: London Hue. HEX triplet: A6, 93 and A2. RGB value is (166,147,162). Sum of RGB (Red+Green+Blue) = 166+147+162=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A693A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A693A2 is #596C5D. Grayscale: #9A9A9A. Windows color (decimal): -5860446 or 10654630. OLE color: 10654630.

HSL color Cylindrical-coordinate representation of color #A693A2: hue angle of 312.63º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A693A2 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 147 162 -
CMYK 0 0.11 0.02 0.35
HSL 312.63º 0.1% 0.61% -
HSV(B) 312.63º 0.11% 0.65% -
XYZ 32.68 31.58 38.56 -
YUV 154.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 166 147 162 0 0.11 0.02 0.35 312.63 0.1 0.61
Hex A6 93 A2 0 B 2 23 139 A 3D
Octal 246 223 242 0 13 2 43 471 12 75
Binary 10100110 10010011 10100010 0 1011 10 100011 100111001 1010 111101

Color Harmonies of #A693A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A693A2

Black with #A693A2

Text Example


Text Example

White with #A693A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A693A2; }

 p { color: rgb(166,147,162); }

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

background-color css

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

 a { background-color: rgb(166,147,162); }

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

border-color css

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

 span { border-color: rgb(166,147,162); }

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