Html Css Color HEX #A683AA London Hue

📋 copy color: '#A683AA'

red 166 ◦ green 131 ◦ blue 170

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

Shades of London Hue #A683AA

Tints of London Hue #A683AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.05%

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 35.55%
G = 28.05%
B = 36.4%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A683AA (or 0xA683AA) is known color: London Hue. HEX triplet: A6, 83 and AA. RGB value is (166,131,170). Sum of RGB (Red+Green+Blue) = 166+131+170=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #A683AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A683AA is #597C55. Grayscale: #919191. Windows color (decimal): -5864534 or 11174822. OLE color: 11174822.

HSL color Cylindrical-coordinate representation of color #A683AA: hue angle of 293.85º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A683AA is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 131 170 -
CMYK 0.02 0.23 0 0.33
HSL 293.85º 0.19% 0.59% -
HSV(B) 293.85º 0.23% 0.67% -
XYZ 31.1 27.24 41.65 -
YUV 145.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 166 131 170 0.02 0.23 0 0.33 293.85 0.19 0.59
Hex A6 83 AA 2 17 0 21 126 13 3B
Octal 246 203 252 2 27 0 41 446 23 73
Binary 10100110 10000011 10101010 10 10111 0 100001 100100110 10011 111011

Color Harmonies of #A683AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A683AA

Black with #A683AA

Text Example


Text Example

White with #A683AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A683AA; }

 p { color: rgb(166,131,170); }

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

background-color css

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

 a { background-color: rgb(166,131,170); }

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

border-color css

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

 span { border-color: rgb(166,131,170); }

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