Html Css Color HEX #A28F9E London Hue

📋 copy color: '#A28F9E'

red 162 ◦ green 143 ◦ blue 158

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

Shades of London Hue #A28F9E

Tints of London Hue #A28F9E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.89%

 BLUE value IS 158 (62.11% from 255) = 34.13%

R = 34.99%
G = 30.89%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A28F9E (or 0xA28F9E) is known color: London Hue. HEX triplet: A2, 8F and 9E. RGB value is (162,143,158). Sum of RGB (Red+Green+Blue) = 162+143+158=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28F9E is #5D7061. Grayscale: #969696. Windows color (decimal): -6123618 or 10391458. OLE color: 10391458.

HSL color Cylindrical-coordinate representation of color #A28F9E: hue angle of 312.63º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A28F9E is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 143 158 -
CMYK 0 0.12 0.02 0.36
HSL 312.63º 0.09% 0.6% -
HSV(B) 312.63º 0.12% 0.64% -
XYZ 30.89 29.79 36.47 -
YUV 150.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 162 143 158 0 0.12 0.02 0.36 312.63 0.09 0.6
Hex A2 8F 9E 0 C 2 24 139 9 3C
Octal 242 217 236 0 14 2 44 471 11 74
Binary 10100010 10001111 10011110 0 1100 10 100100 100111001 1001 111100

Color Harmonies of #A28F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F9E

Black with #A28F9E

Text Example


Text Example

White with #A28F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F9E; }

 p { color: rgb(162,143,158); }

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

background-color css

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

 a { background-color: rgb(162,143,158); }

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

border-color css

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

 span { border-color: rgb(162,143,158); }

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