Html Css Color HEX #A58AB5 East Side

📋 copy color: '#A58AB5'

red 165 ◦ green 138 ◦ blue 181

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

Shades of East Side #A58AB5

Tints of East Side #A58AB5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

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

R = 34.09%
G = 28.51%
B = 37.4%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A58AB5 (or 0xA58AB5) is known color: East Side. HEX triplet: A5, 8A and B5. RGB value is (165,138,181). Sum of RGB (Red+Green+Blue) = 165+138+181=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 181 - color contains mainly: blue. Hex color #A58AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58AB5 is #5A754A. Grayscale: #969696. Windows color (decimal): -5928267 or 11897509. OLE color: 11897509.

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

Color convert

RGB 165 138 181 -
CMYK 0.09 0.24 0 0.29
HSL 277.67º 0.23% 0.63% -
HSV(B) 277.67º 0.24% 0.71% -
XYZ 32.95 29.51 47.68 -
YUV 150.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 165 138 181 0.09 0.24 0 0.29 277.67 0.23 0.63
Hex A5 8A B5 9 18 0 1D 116 17 3F
Octal 245 212 265 11 30 0 35 426 27 77
Binary 10100101 10001010 10110101 1001 11000 0 11101 100010110 10111 111111

Color Harmonies of #A58AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58AB5

Black with #A58AB5

Text Example


Text Example

White with #A58AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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