Html Css Color HEX #A58DB6 East Side

📋 copy color: '#A58DB6'

red 165 ◦ green 141 ◦ blue 182

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

Shades of East Side #A58DB6

Tints of East Side #A58DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.3%

R = 33.81%
G = 28.89%
B = 37.3%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A58DB6 (or 0xA58DB6) is known color: East Side. HEX triplet: A5, 8D and B6. RGB value is (165,141,182). Sum of RGB (Red+Green+Blue) = 165+141+182=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 182 - color contains mainly: blue. Hex color #A58DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DB6 is #5A7249. Grayscale: #989898. Windows color (decimal): -5927498 or 11963813. OLE color: 11963813.

HSL color Cylindrical-coordinate representation of color #A58DB6: hue angle of 275.12º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A58DB6 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 141 182 -
CMYK 0.09 0.23 0 0.29
HSL 275.12º 0.22% 0.63% -
HSV(B) 275.12º 0.23% 0.71% -
XYZ 33.49 30.43 48.36 -
YUV 152.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 165 141 182 0.09 0.23 0 0.29 275.12 0.22 0.63
Hex A5 8D B6 9 17 0 1D 113 16 3F
Octal 245 215 266 11 27 0 35 423 26 77
Binary 10100101 10001101 10110110 1001 10111 0 11101 100010011 10110 111111

Color Harmonies of #A58DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DB6

Black with #A58DB6

Text Example


Text Example

White with #A58DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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