Html Css Color HEX #A58CBA East Side

📋 copy color: '#A58CBA'

red 165 ◦ green 140 ◦ blue 186

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

Shades of East Side #A58CBA

Tints of East Side #A58CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.51%

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

R = 33.6%
G = 28.51%
B = 37.88%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A58CBA (or 0xA58CBA) is known color: East Side. HEX triplet: A5, 8C and BA. RGB value is (165,140,186). Sum of RGB (Red+Green+Blue) = 165+140+186=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #A58CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CBA is #5A7345. Grayscale: #989898. Windows color (decimal): -5927750 or 12225701. OLE color: 12225701.

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

Color convert

RGB 165 140 186 -
CMYK 0.11 0.25 0 0.27
HSL 272.61º 0.25% 0.64% -
HSV(B) 272.61º 0.25% 0.73% -
XYZ 33.76 30.3 50.52 -
YUV 152.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 165 140 186 0.11 0.25 0 0.27 272.61 0.25 0.64
Hex A5 8C BA B 19 0 1B 111 19 40
Octal 245 214 272 13 31 0 33 421 31 100
Binary 10100101 10001100 10111010 1011 11001 0 11011 100010001 11001 1000000

Color Harmonies of #A58CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CBA

Black with #A58CBA

Text Example


Text Example

White with #A58CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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