Html Css Color HEX #A298A1 London Hue

📋 copy color: '#A298A1'

red 162 ◦ green 152 ◦ blue 161

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

Shades of London Hue #A298A1

Tints of London Hue #A298A1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32%

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

R = 34.11%
G = 32%
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

#A298A1 (or 0xA298A1) is known color: London Hue. HEX triplet: A2, 98 and A1. RGB value is (162,152,161). Sum of RGB (Red+Green+Blue) = 162+152+161=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 162 - color contains mainly: red. Hex color #A298A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A298A1 is #5D675E. Grayscale: #9B9B9B. Windows color (decimal): -6121311 or 10590370. OLE color: 10590370.

HSL color Cylindrical-coordinate representation of color #A298A1: 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 #A298A1 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 152 161 -
CMYK 0 0.06 0.01 0.36
HSL 306º 0.05% 0.62% -
HSV(B) 306º 0.06% 0.64% -
XYZ 32.56 32.71 38.32 -
YUV 156.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 162 152 161 0 0.06 0.01 0.36 306 0.05 0.62
Hex A2 98 A1 0 6 1 24 132 5 3E
Octal 242 230 241 0 6 1 44 462 5 76
Binary 10100010 10011000 10100001 0 110 1 100100 100110010 101 111110

Color Harmonies of #A298A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298A1

Black with #A298A1

Text Example


Text Example

White with #A298A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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