Html Css Color HEX #A58DA8 London Hue

📋 copy color: '#A58DA8'

red 165 ◦ green 141 ◦ blue 168

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

Shades of London Hue #A58DA8

Tints of London Hue #A58DA8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.75%

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

R = 34.81%
G = 29.75%
B = 35.44%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A58DA8 (or 0xA58DA8) is known color: London Hue. HEX triplet: A5, 8D and A8. RGB value is (165,141,168). Sum of RGB (Red+Green+Blue) = 165+141+168=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 168 - color contains mainly: blue. Hex color #A58DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58DA8 is #5A7257. Grayscale: #979797. Windows color (decimal): -5927512 or 11046309. OLE color: 11046309.

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

Color convert

RGB 165 141 168 -
CMYK 0.02 0.16 0 0.34
HSL 293.33º 0.13% 0.61% -
HSV(B) 293.33º 0.16% 0.66% -
XYZ 32.11 29.88 41.12 -
YUV 151.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 165 141 168 0.02 0.16 0 0.34 293.33 0.13 0.61
Hex A5 8D A8 2 10 0 22 125 D 3D
Octal 245 215 250 2 20 0 42 445 15 75
Binary 10100101 10001101 10101000 10 10000 0 100010 100100101 1101 111101

Color Harmonies of #A58DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DA8

Black with #A58DA8

Text Example


Text Example

White with #A58DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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