Html Css Color HEX #A58DB4 East Side

📋 copy color: '#A58DB4'

red 165 ◦ green 141 ◦ blue 180

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

Shades of East Side #A58DB4

Tints of East Side #A58DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.04%

R = 33.95%
G = 29.01%
B = 37.04%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A58DB4 (or 0xA58DB4) is known color: East Side. HEX triplet: A5, 8D and B4. RGB value is (165,141,180). Sum of RGB (Red+Green+Blue) = 165+141+180=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #A58DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DB4 is #5A724B. Grayscale: #989898. Windows color (decimal): -5927500 or 11832741. OLE color: 11832741.

HSL color Cylindrical-coordinate representation of color #A58DB4: hue angle of 276.92º 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 #A58DB4 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 141 180 -
CMYK 0.08 0.22 0 0.29
HSL 276.92º 0.21% 0.63% -
HSV(B) 276.92º 0.22% 0.71% -
XYZ 33.28 30.34 47.28 -
YUV 152.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 165 141 180 0.08 0.22 0 0.29 276.92 0.21 0.63
Hex A5 8D B4 8 16 0 1D 115 15 3F
Octal 245 215 264 10 26 0 35 425 25 77
Binary 10100101 10001101 10110100 1000 10110 0 11101 100010101 10101 111111

Color Harmonies of #A58DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DB4

Black with #A58DB4

Text Example


Text Example

White with #A58DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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