Html Css Color HEX #A58CA8 London Hue

📋 copy color: '#A58CA8'

red 165 ◦ green 140 ◦ blue 168

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

Shades of London Hue #A58CA8

Tints of London Hue #A58CA8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.6%

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

R = 34.88%
G = 29.6%
B = 35.52%

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

#A58CA8 (or 0xA58CA8) is known color: London Hue. HEX triplet: A5, 8C and A8. RGB value is (165,140,168). Sum of RGB (Red+Green+Blue) = 165+140+168=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 168 - color contains mainly: blue. Hex color #A58CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58CA8 is #5A7357. Grayscale: #969696. Windows color (decimal): -5927768 or 11046053. OLE color: 11046053.

HSL color Cylindrical-coordinate representation of color #A58CA8: hue angle of 293.57º 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 #A58CA8 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 140 168 -
CMYK 0.02 0.17 0 0.34
HSL 293.57º 0.14% 0.6% -
HSV(B) 293.57º 0.17% 0.66% -
XYZ 31.96 29.58 41.07 -
YUV 150.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 165 140 168 0.02 0.17 0 0.34 293.57 0.14 0.6
Hex A5 8C A8 2 11 0 22 126 E 3C
Octal 245 214 250 2 21 0 42 446 16 74
Binary 10100101 10001100 10101000 10 10001 0 100010 100100110 1110 111100

Color Harmonies of #A58CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CA8

Black with #A58CA8

Text Example


Text Example

White with #A58CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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