Html Css Color HEX #A293A0 London Hue

📋 copy color: '#A293A0'

red 162 ◦ green 147 ◦ blue 160

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

Shades of London Hue #A293A0

Tints of London Hue #A293A0

RGB

 RED value IS 162 (63.67% from 255) = 34.54%

 GREEN value IS 147 (57.81% from 255) = 31.34%

 BLUE value IS 160 (62.89% from 255) = 34.12%

R = 34.54%
G = 31.34%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A293A0 (or 0xA293A0) is known color: London Hue. HEX triplet: A2, 93 and A0. RGB value is (162,147,160). Sum of RGB (Red+Green+Blue) = 162+147+160=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 162 - color contains mainly: red. Hex color #A293A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A293A0 is #5D6C5F. Grayscale: #989898. Windows color (decimal): -6122592 or 10523554. OLE color: 10523554.

HSL color Cylindrical-coordinate representation of color #A293A0: hue angle of 308º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A293A0 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 147 160 -
CMYK 0 0.09 0.01 0.36
HSL 308º 0.07% 0.61% -
HSV(B) 308º 0.09% 0.64% -
XYZ 31.68 31.09 37.59 -
YUV 152.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 162 147 160 0 0.09 0.01 0.36 308 0.07 0.61
Hex A2 93 A0 0 9 1 24 134 7 3D
Octal 242 223 240 0 11 1 44 464 7 75
Binary 10100010 10010011 10100000 0 1001 1 100100 100110100 111 111101

Color Harmonies of #A293A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A293A0

Black with #A293A0

Text Example


Text Example

White with #A293A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A293A0; }

 p { color: rgb(162,147,160); }

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

background-color css

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

 a { background-color: rgb(162,147,160); }

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

border-color css

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

 span { border-color: rgb(162,147,160); }

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