Html Css Color HEX #A58BA8 London Hue

📋 copy color: '#A58BA8'

red 165 ◦ green 139 ◦ blue 168

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

Shades of London Hue #A58BA8

Tints of London Hue #A58BA8

RGB

 RED value IS 165 (64.84% from 255) = 34.96%

 GREEN value IS 139 (54.69% from 255) = 29.45%

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 34.96%
G = 29.45%
B = 35.59%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A58BA8 (or 0xA58BA8) is known color: London Hue. HEX triplet: A5, 8B and A8. RGB value is (165,139,168). Sum of RGB (Red+Green+Blue) = 165+139+168=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 168 - color contains mainly: blue. Hex color #A58BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58BA8 is #5A7457. Grayscale: #959595. Windows color (decimal): -5928024 or 11045797. OLE color: 11045797.

HSL color Cylindrical-coordinate representation of color #A58BA8: hue angle of 293.79º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A58BA8 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 139 168 -
CMYK 0.02 0.17 0 0.34
HSL 293.79º 0.14% 0.6% -
HSV(B) 293.79º 0.17% 0.66% -
XYZ 31.82 29.29 41.02 -
YUV 150.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 165 139 168 0.02 0.17 0 0.34 293.79 0.14 0.6
Hex A5 8B A8 2 11 0 22 126 E 3C
Octal 245 213 250 2 21 0 42 446 16 74
Binary 10100101 10001011 10101000 10 10001 0 100010 100100110 1110 111100

Color Harmonies of #A58BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BA8

Black with #A58BA8

Text Example


Text Example

White with #A58BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BA8; }

 p { color: rgb(165,139,168); }

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

background-color css

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

 a { background-color: rgb(165,139,168); }

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

border-color css

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

 span { border-color: rgb(165,139,168); }

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