Html Css Color HEX #A280A0 London Hue

📋 copy color: '#A280A0'

red 162 ◦ green 128 ◦ blue 160

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

Shades of London Hue #A280A0

Tints of London Hue #A280A0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.44%

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

R = 36%
G = 28.44%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A280A0 (or 0xA280A0) is known color: London Hue. HEX triplet: A2, 80 and A0. RGB value is (162,128,160). Sum of RGB (Red+Green+Blue) = 162+128+160=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A280A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A280A0 is #5D7F5F. Grayscale: #8D8D8D. Windows color (decimal): -6127456 or 10518690. OLE color: 10518690.

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

Color convert

RGB 162 128 160 -
CMYK 0 0.21 0.01 0.36
HSL 303.53º 0.15% 0.57% -
HSV(B) 303.53º 0.21% 0.64% -
XYZ 28.96 25.66 36.68 -
YUV 141.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 162 128 160 0 0.21 0.01 0.36 303.53 0.15 0.57
Hex A2 80 A0 0 15 1 24 130 F 39
Octal 242 200 240 0 25 1 44 460 17 71
Binary 10100010 10000000 10100000 0 10101 1 100100 100110000 1111 111001

Color Harmonies of #A280A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A280A0

Black with #A280A0

Text Example


Text Example

White with #A280A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A280A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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