Html Css Color HEX #A396A2 London Hue

📋 copy color: '#A396A2'

red 163 ◦ green 150 ◦ blue 162

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

Shades of London Hue #A396A2

Tints of London Hue #A396A2

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.58%

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

R = 34.32%
G = 31.58%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A396A2 (or 0xA396A2) is known color: London Hue. HEX triplet: A3, 96 and A2. RGB value is (163,150,162). Sum of RGB (Red+Green+Blue) = 163+150+162=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 163 - color contains mainly: red. Hex color #A396A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A396A2 is #5C695D. Grayscale: #9B9B9B. Windows color (decimal): -6056286 or 10655395. OLE color: 10655395.

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

Color convert

RGB 163 150 162 -
CMYK 0 0.08 0.01 0.36
HSL 304.62º 0.07% 0.61% -
HSV(B) 304.62º 0.08% 0.64% -
XYZ 32.53 32.21 38.68 -
YUV 155.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 163 150 162 0 0.08 0.01 0.36 304.62 0.07 0.61
Hex A3 96 A2 0 8 1 24 131 7 3D
Octal 243 226 242 0 10 1 44 461 7 75
Binary 10100011 10010110 10100010 0 1000 1 100100 100110001 111 111101

Color Harmonies of #A396A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396A2

Black with #A396A2

Text Example


Text Example

White with #A396A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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