Html Css Color HEX #A399A2 London Hue

📋 copy color: '#A399A2'

red 163 ◦ green 153 ◦ blue 162

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

Shades of London Hue #A399A2

Tints of London Hue #A399A2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.01%

 BLUE value IS 162 (63.67% from 255) = 33.89%

R = 34.1%
G = 32.01%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A399A2 (or 0xA399A2) is known color: London Hue. HEX triplet: A3, 99 and A2. RGB value is (163,153,162). Sum of RGB (Red+Green+Blue) = 163+153+162=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 163 - color contains mainly: red. Hex color #A399A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A399A2 is #5C665D. Grayscale: #9C9C9C. Windows color (decimal): -6055518 or 10656163. OLE color: 10656163.

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

Color convert

RGB 163 153 162 -
CMYK 0 0.06 0.01 0.36
HSL 306º 0.05% 0.62% -
HSV(B) 306º 0.06% 0.64% -
XYZ 33.02 33.18 38.85 -
YUV 157.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 163 153 162 0 0.06 0.01 0.36 306 0.05 0.62
Hex A3 99 A2 0 6 1 24 132 5 3E
Octal 243 231 242 0 6 1 44 462 5 76
Binary 10100011 10011001 10100010 0 110 1 100100 100110010 101 111110

Color Harmonies of #A399A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399A2

Black with #A399A2

Text Example


Text Example

White with #A399A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399A2; }

 p { color: rgb(163,153,162); }

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

background-color css

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

 a { background-color: rgb(163,153,162); }

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

border-color css

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

 span { border-color: rgb(163,153,162); }

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