Html Css Color HEX #A782A9 London Hue

📋 copy color: '#A782A9'

red 167 ◦ green 130 ◦ blue 169

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

Shades of London Hue #A782A9

Tints of London Hue #A782A9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.9%

 BLUE value IS 169 (66.41% from 255) = 36.27%

R = 35.84%
G = 27.9%
B = 36.27%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A782A9 (or 0xA782A9) is known color: London Hue. HEX triplet: A7, 82 and A9. RGB value is (167,130,169). Sum of RGB (Red+Green+Blue) = 167+130+169=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 169 - color contains mainly: blue. Hex color #A782A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A782A9 is #587D56. Grayscale: #919191. Windows color (decimal): -5799255 or 11109031. OLE color: 11109031.

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

Color convert

RGB 167 130 169 -
CMYK 0.01 0.23 0 0.34
HSL 296.92º 0.18% 0.59% -
HSV(B) 296.92º 0.23% 0.66% -
XYZ 31.08 27.05 41.12 -
YUV 145.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 167 130 169 0.01 0.23 0 0.34 296.92 0.18 0.59
Hex A7 82 A9 1 17 0 22 129 12 3B
Octal 247 202 251 1 27 0 42 451 22 73
Binary 10100111 10000010 10101001 1 10111 0 100010 100101001 10010 111011

Color Harmonies of #A782A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A782A9

Black with #A782A9

Text Example


Text Example

White with #A782A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A782A9; }

 p { color: rgb(167,130,169); }

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

background-color css

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

 a { background-color: rgb(167,130,169); }

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

border-color css

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

 span { border-color: rgb(167,130,169); }

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