Html Css Color HEX #A785AA London Hue

📋 copy color: '#A785AA'

red 167 ◦ green 133 ◦ blue 170

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

Shades of London Hue #A785AA

Tints of London Hue #A785AA

RGB

 RED value IS 167 (65.63% from 255) = 35.53%

 GREEN value IS 133 (52.34% from 255) = 28.3%

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

R = 35.53%
G = 28.3%
B = 36.17%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A785AA (or 0xA785AA) is known color: London Hue. HEX triplet: A7, 85 and AA. RGB value is (167,133,170). Sum of RGB (Red+Green+Blue) = 167+133+170=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #A785AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A785AA is #587A55. Grayscale: #939393. Windows color (decimal): -5798486 or 11175335. OLE color: 11175335.

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

Color convert

RGB 167 133 170 -
CMYK 0.02 0.22 0 0.33
HSL 295.14º 0.18% 0.59% -
HSV(B) 295.14º 0.22% 0.67% -
XYZ 31.58 27.89 41.75 -
YUV 147.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 167 133 170 0.02 0.22 0 0.33 295.14 0.18 0.59
Hex A7 85 AA 2 16 0 21 127 12 3B
Octal 247 205 252 2 26 0 41 447 22 73
Binary 10100111 10000101 10101010 10 10110 0 100001 100100111 10010 111011

Color Harmonies of #A785AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785AA

Black with #A785AA

Text Example


Text Example

White with #A785AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785AA; }

 p { color: rgb(167,133,170); }

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

background-color css

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

 a { background-color: rgb(167,133,170); }

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

border-color css

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

 span { border-color: rgb(167,133,170); }

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