Html Css Color HEX #A58CBF East Side

📋 copy color: '#A58CBF'

red 165 ◦ green 140 ◦ blue 191

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

Shades of East Side #A58CBF

Tints of East Side #A58CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.51%

R = 33.27%
G = 28.23%
B = 38.51%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A58CBF (or 0xA58CBF) is known color: East Side. HEX triplet: A5, 8C and BF. RGB value is (165,140,191). Sum of RGB (Red+Green+Blue) = 165+140+191=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #A58CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CBF is #5A7340. Grayscale: #999999. Windows color (decimal): -5927745 or 12553381. OLE color: 12553381.

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

Color convert

RGB 165 140 191 -
CMYK 0.14 0.27 0 0.25
HSL 269.41º 0.28% 0.65% -
HSV(B) 269.41º 0.27% 0.75% -
XYZ 34.3 30.52 53.37 -
YUV 153.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 165 140 191 0.14 0.27 0 0.25 269.41 0.28 0.65
Hex A5 8C BF E 1B 0 19 10D 1C 41
Octal 245 214 277 16 33 0 31 415 34 101
Binary 10100101 10001100 10111111 1110 11011 0 11001 100001101 11100 1000001

Color Harmonies of #A58CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CBF

Black with #A58CBF

Text Example


Text Example

White with #A58CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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