Html Css Color HEX #A58DB3 East Side

📋 copy color: '#A58DB3'

red 165 ◦ green 141 ◦ blue 179

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

Shades of East Side #A58DB3

Tints of East Side #A58DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.91%

R = 34.02%
G = 29.07%
B = 36.91%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A58DB3 (or 0xA58DB3) is known color: East Side. HEX triplet: A5, 8D and B3. RGB value is (165,141,179). Sum of RGB (Red+Green+Blue) = 165+141+179=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #A58DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DB3 is #5A724C. Grayscale: #989898. Windows color (decimal): -5927501 or 11767205. OLE color: 11767205.

HSL color Cylindrical-coordinate representation of color #A58DB3: hue angle of 277.89º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A58DB3 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 141 179 -
CMYK 0.08 0.21 0 0.30
HSL 277.89º 0.2% 0.63% -
HSV(B) 277.89º 0.21% 0.7% -
XYZ 33.18 30.3 46.75 -
YUV 152.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 165 141 179 0.08 0.21 0 0.30 277.89 0.2 0.63
Hex A5 8D B3 8 15 0 1E 116 14 3F
Octal 245 215 263 10 25 0 36 426 24 77
Binary 10100101 10001101 10110011 1000 10101 0 11110 100010110 10100 111111

Color Harmonies of #A58DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DB3

Black with #A58DB3

Text Example


Text Example

White with #A58DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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