Html Css Color HEX #A58EBB East Side

📋 copy color: '#A58EBB'

red 165 ◦ green 142 ◦ blue 187

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

Shades of East Side #A58EBB

Tints of East Side #A58EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 33.4%
G = 28.74%
B = 37.85%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A58EBB (or 0xA58EBB) is known color: East Side. HEX triplet: A5, 8E and BB. RGB value is (165,142,187). Sum of RGB (Red+Green+Blue) = 165+142+187=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #A58EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58EBB is #5A7144. Grayscale: #999999. Windows color (decimal): -5927237 or 12291749. OLE color: 12291749.

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

Color convert

RGB 165 142 187 -
CMYK 0.12 0.24 0 0.27
HSL 270.67º 0.25% 0.65% -
HSV(B) 270.67º 0.24% 0.73% -
XYZ 34.16 30.93 51.18 -
YUV 154.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 165 142 187 0.12 0.24 0 0.27 270.67 0.25 0.65
Hex A5 8E BB C 18 0 1B 10F 19 41
Octal 245 216 273 14 30 0 33 417 31 101
Binary 10100101 10001110 10111011 1100 11000 0 11011 100001111 11001 1000001

Color Harmonies of #A58EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EBB

Black with #A58EBB

Text Example


Text Example

White with #A58EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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