Html Css Color HEX #A78CAA London Hue

📋 copy color: '#A78CAA'

red 167 ◦ green 140 ◦ blue 170

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

Shades of London Hue #A78CAA

Tints of London Hue #A78CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

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

R = 35.01%
G = 29.35%
B = 35.64%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A78CAA (or 0xA78CAA) is known color: London Hue. HEX triplet: A7, 8C and AA. RGB value is (167,140,170). Sum of RGB (Red+Green+Blue) = 167+140+170=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #A78CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78CAA is #587355. Grayscale: #979797. Windows color (decimal): -5796694 or 11177127. OLE color: 11177127.

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

Color convert

RGB 167 140 170 -
CMYK 0.02 0.18 0 0.33
HSL 294º 0.15% 0.61% -
HSV(B) 294º 0.18% 0.67% -
XYZ 32.57 29.87 42.08 -
YUV 151.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 167 140 170 0.02 0.18 0 0.33 294 0.15 0.61
Hex A7 8C AA 2 12 0 21 126 F 3D
Octal 247 214 252 2 22 0 41 446 17 75
Binary 10100111 10001100 10101010 10 10010 0 100001 100100110 1111 111101

Color Harmonies of #A78CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78CAA

Black with #A78CAA

Text Example


Text Example

White with #A78CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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