Html Css Color HEX #A27FA1 London Hue

📋 copy color: '#A27FA1'

red 162 ◦ green 127 ◦ blue 161

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

Shades of London Hue #A27FA1

Tints of London Hue #A27FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.78%

R = 36%
G = 28.22%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A27FA1 (or 0xA27FA1) is known color: London Hue. HEX triplet: A2, 7F and A1. RGB value is (162,127,161). Sum of RGB (Red+Green+Blue) = 162+127+161=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A27FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27FA1 is #5D805E. Grayscale: #8D8D8D. Windows color (decimal): -6127711 or 10583970. OLE color: 10583970.

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

Color convert

RGB 162 127 161 -
CMYK 0 0.22 0.01 0.36
HSL 301.71º 0.16% 0.57% -
HSV(B) 301.71º 0.22% 0.64% -
XYZ 28.92 25.43 37.1 -
YUV 141.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 162 127 161 0 0.22 0.01 0.36 301.71 0.16 0.57
Hex A2 7F A1 0 16 1 24 12E 10 39
Octal 242 177 241 0 26 1 44 456 20 71
Binary 10100010 1111111 10100001 0 10110 1 100100 100101110 10000 111001

Color Harmonies of #A27FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FA1

Black with #A27FA1

Text Example


Text Example

White with #A27FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FA1; }

 p { color: rgb(162,127,161); }

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

background-color css

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

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

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

border-color css

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

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

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