Html Css Color HEX #A380A1 London Hue

📋 copy color: '#A380A1'

red 163 ◦ green 128 ◦ blue 161

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

Shades of London Hue #A380A1

Tints of London Hue #A380A1

RGB

 RED value IS 163 (64.06% from 255) = 36.06%

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

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

R = 36.06%
G = 28.32%
B = 35.62%

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

#A380A1 (or 0xA380A1) is known color: London Hue. HEX triplet: A3, 80 and A1. RGB value is (163,128,161). Sum of RGB (Red+Green+Blue) = 163+128+161=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 163 - color contains mainly: red. Hex color #A380A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A380A1 is #5C7F5E. Grayscale: #8E8E8E. Windows color (decimal): -6061919 or 10584227. OLE color: 10584227.

HSL color Cylindrical-coordinate representation of color #A380A1: hue angle of 303.43º degrees, saturation: 0.16, 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 #A380A1 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 128 161 -
CMYK 0 0.21 0.01 0.36
HSL 303.43º 0.16% 0.57% -
HSV(B) 303.43º 0.21% 0.64% -
XYZ 29.26 25.8 37.16 -
YUV 142.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 163 128 161 0 0.21 0.01 0.36 303.43 0.16 0.57
Hex A3 80 A1 0 15 1 24 12F 10 39
Octal 243 200 241 0 25 1 44 457 20 71
Binary 10100011 10000000 10100001 0 10101 1 100100 100101111 10000 111001

Color Harmonies of #A380A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A380A1

Black with #A380A1

Text Example


Text Example

White with #A380A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A380A1; }

 p { color: rgb(163,128,161); }

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

background-color css

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

 a { background-color: rgb(163,128,161); }

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

border-color css

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

 span { border-color: rgb(163,128,161); }

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