Html Css Color HEX #A78AAA London Hue

📋 copy color: '#A78AAA'

red 167 ◦ green 138 ◦ blue 170

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

Shades of London Hue #A78AAA

Tints of London Hue #A78AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.05%

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

R = 35.16%
G = 29.05%
B = 35.79%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A78AAA (or 0xA78AAA) is known color: London Hue. HEX triplet: A7, 8A and AA. RGB value is (167,138,170). Sum of RGB (Red+Green+Blue) = 167+138+170=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #A78AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78AAA is #587555. Grayscale: #969696. Windows color (decimal): -5797206 or 11176615. OLE color: 11176615.

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

Color convert

RGB 167 138 170 -
CMYK 0.02 0.19 0 0.33
HSL 294.38º 0.16% 0.6% -
HSV(B) 294.38º 0.19% 0.67% -
XYZ 32.28 29.29 41.98 -
YUV 150.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 167 138 170 0.02 0.19 0 0.33 294.38 0.16 0.6
Hex A7 8A AA 2 13 0 21 126 10 3C
Octal 247 212 252 2 23 0 41 446 20 74
Binary 10100111 10001010 10101010 10 10011 0 100001 100100110 10000 111100

Color Harmonies of #A78AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78AAA

Black with #A78AAA

Text Example


Text Example

White with #A78AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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