Html Css Color HEX #A58DB5 East Side

📋 copy color: '#A58DB5'

red 165 ◦ green 141 ◦ blue 181

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

Shades of East Side #A58DB5

Tints of East Side #A58DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.17%

R = 33.88%
G = 28.95%
B = 37.17%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A58DB5 (or 0xA58DB5) is known color: East Side. HEX triplet: A5, 8D and B5. RGB value is (165,141,181). Sum of RGB (Red+Green+Blue) = 165+141+181=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 181 - color contains mainly: blue. Hex color #A58DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DB5 is #5A724A. Grayscale: #989898. Windows color (decimal): -5927499 or 11898277. OLE color: 11898277.

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

Color convert

RGB 165 141 181 -
CMYK 0.09 0.22 0 0.29
HSL 276º 0.21% 0.63% -
HSV(B) 276º 0.22% 0.71% -
XYZ 33.38 30.39 47.82 -
YUV 152.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 165 141 181 0.09 0.22 0 0.29 276 0.21 0.63
Hex A5 8D B5 9 16 0 1D 114 15 3F
Octal 245 215 265 11 26 0 35 424 25 77
Binary 10100101 10001101 10110101 1001 10110 0 11101 100010100 10101 111111

Color Harmonies of #A58DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DB5

Black with #A58DB5

Text Example


Text Example

White with #A58DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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