Html Css Color HEX #A58EBA East Side

📋 copy color: '#A58EBA'

red 165 ◦ green 142 ◦ blue 186

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

Shades of East Side #A58EBA

Tints of East Side #A58EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.8%

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 33.47%
G = 28.8%
B = 37.73%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A58EBA (or 0xA58EBA) is known color: East Side. HEX triplet: A5, 8E and BA. RGB value is (165,142,186). Sum of RGB (Red+Green+Blue) = 165+142+186=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #A58EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58EBA is #5A7145. Grayscale: #999999. Windows color (decimal): -5927238 or 12226213. OLE color: 12226213.

HSL color Cylindrical-coordinate representation of color #A58EBA: hue angle of 271.36º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A58EBA is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 142 186 -
CMYK 0.11 0.24 0 0.27
HSL 271.36º 0.24% 0.64% -
HSV(B) 271.36º 0.24% 0.73% -
XYZ 34.05 30.89 50.62 -
YUV 153.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 165 142 186 0.11 0.24 0 0.27 271.36 0.24 0.64
Hex A5 8E BA B 18 0 1B 10F 18 40
Octal 245 216 272 13 30 0 33 417 30 100
Binary 10100101 10001110 10111010 1011 11000 0 11011 100001111 11000 1000000

Color Harmonies of #A58EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EBA

Black with #A58EBA

Text Example


Text Example

White with #A58EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EBA; }

 p { color: rgb(165,142,186); }

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

background-color css

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

 a { background-color: rgb(165,142,186); }

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

border-color css

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

 span { border-color: rgb(165,142,186); }

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