Html Css Color HEX #A07FA0 London Hue

📋 copy color: '#A07FA0'

red 160 ◦ green 127 ◦ blue 160

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

Shades of London Hue #A07FA0

Tints of London Hue #A07FA0

RGB

 RED value IS 160 (62.89% from 255) = 35.79%

 GREEN value IS 127 (50% from 255) = 28.41%

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

R = 35.79%
G = 28.41%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A07FA0 (or 0xA07FA0) is known color: London Hue. HEX triplet: A0, 7F and A0. RGB value is (160,127,160). Sum of RGB (Red+Green+Blue) = 160+127+160=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A07FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FA0 is #5F805F. Grayscale: #8C8C8C. Windows color (decimal): -6258784 or 10518432. OLE color: 10518432.

HSL color Cylindrical-coordinate representation of color #A07FA0: hue angle of 300º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A07FA0 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 127 160 -
CMYK 0 0.21 0 0.37
HSL 300º 0.15% 0.56% -
HSV(B) 300º 0.21% 0.63% -
XYZ 28.43 25.19 36.62 -
YUV 140.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 160 127 160 0 0.21 0 0.37 300 0.15 0.56
Hex A0 7F A0 0 15 0 25 12C F 38
Octal 240 177 240 0 25 0 45 454 17 70
Binary 10100000 1111111 10100000 0 10101 0 100101 100101100 1111 111000

Color Harmonies of #A07FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FA0

Black with #A07FA0

Text Example


Text Example

White with #A07FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FA0; }

 p { color: rgb(160,127,160); }

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

background-color css

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

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

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

border-color css

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

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

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