Html Css Color HEX #A58DAB East Side

📋 copy color: '#A58DAB'

red 165 ◦ green 141 ◦ blue 171

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

Shades of East Side #A58DAB

Tints of East Side #A58DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.85%

R = 34.59%
G = 29.56%
B = 35.85%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A58DAB (or 0xA58DAB) is known color: East Side. HEX triplet: A5, 8D and AB. RGB value is (165,141,171). Sum of RGB (Red+Green+Blue) = 165+141+171=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #A58DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58DAB is #5A7254. Grayscale: #979797. Windows color (decimal): -5927509 or 11242917. OLE color: 11242917.

HSL color Cylindrical-coordinate representation of color #A58DAB: hue angle of 288º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A58DAB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 141 171 -
CMYK 0.04 0.18 0 0.33
HSL 288º 0.15% 0.61% -
HSV(B) 288º 0.18% 0.67% -
XYZ 32.39 29.99 42.61 -
YUV 151.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 165 141 171 0.04 0.18 0 0.33 288 0.15 0.61
Hex A5 8D AB 4 12 0 21 120 F 3D
Octal 245 215 253 4 22 0 41 440 17 75
Binary 10100101 10001101 10101011 100 10010 0 100001 100100000 1111 111101

Color Harmonies of #A58DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DAB

Black with #A58DAB

Text Example


Text Example

White with #A58DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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