Html Css Color HEX #A28FA0 London Hue

📋 copy color: '#A28FA0'

red 162 ◦ green 143 ◦ blue 160

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

Shades of London Hue #A28FA0

Tints of London Hue #A28FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 34.84%
G = 30.75%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A28FA0 (or 0xA28FA0) is known color: London Hue. HEX triplet: A2, 8F and A0. RGB value is (162,143,160). Sum of RGB (Red+Green+Blue) = 162+143+160=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 162 - color contains mainly: red. Hex color #A28FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28FA0 is #5D705F. Grayscale: #969696. Windows color (decimal): -6123616 or 10522530. OLE color: 10522530.

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

Color convert

RGB 162 143 160 -
CMYK 0 0.12 0.01 0.36
HSL 306.32º 0.09% 0.6% -
HSV(B) 306.32º 0.12% 0.64% -
XYZ 31.07 29.86 37.38 -
YUV 150.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 162 143 160 0 0.12 0.01 0.36 306.32 0.09 0.6
Hex A2 8F A0 0 C 1 24 132 9 3C
Octal 242 217 240 0 14 1 44 462 11 74
Binary 10100010 10001111 10100000 0 1100 1 100100 100110010 1001 111100

Color Harmonies of #A28FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FA0

Black with #A28FA0

Text Example


Text Example

White with #A28FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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