Html Css Color HEX #A78DA8 London Hue

📋 copy color: '#A78DA8'

red 167 ◦ green 141 ◦ blue 168

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

Shades of London Hue #A78DA8

Tints of London Hue #A78DA8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.62%

 BLUE value IS 168 (66.02% from 255) = 35.29%

R = 35.08%
G = 29.62%
B = 35.29%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A78DA8 (or 0xA78DA8) is known color: London Hue. HEX triplet: A7, 8D and A8. RGB value is (167,141,168). Sum of RGB (Red+Green+Blue) = 167+141+168=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 168 - color contains mainly: blue. Hex color #A78DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78DA8 is #587257. Grayscale: #979797. Windows color (decimal): -5796440 or 11046311. OLE color: 11046311.

HSL color Cylindrical-coordinate representation of color #A78DA8: hue angle of 297.78º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A78DA8 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 167 141 168 -
CMYK 0.01 0.16 0 0.34
HSL 297.78º 0.13% 0.61% -
HSV(B) 297.78º 0.16% 0.66% -
XYZ 32.53 30.09 41.14 -
YUV 151.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 167 141 168 0.01 0.16 0 0.34 297.78 0.13 0.61
Hex A7 8D A8 1 10 0 22 12A D 3D
Octal 247 215 250 1 20 0 42 452 15 75
Binary 10100111 10001101 10101000 1 10000 0 100010 100101010 1101 111101

Color Harmonies of #A78DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78DA8

Black with #A78DA8

Text Example


Text Example

White with #A78DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78DA8; }

 p { color: rgb(167,141,168); }

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

background-color css

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

 a { background-color: rgb(167,141,168); }

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

border-color css

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

 span { border-color: rgb(167,141,168); }

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