Html Css Color HEX #A58FBC East Side

📋 copy color: '#A58FBC'

red 165 ◦ green 143 ◦ blue 188

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

Shades of East Side #A58FBC

Tints of East Side #A58FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.83%

 BLUE value IS 188 (73.83% from 255) = 37.9%

R = 33.27%
G = 28.83%
B = 37.9%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A58FBC (or 0xA58FBC) is known color: East Side. HEX triplet: A5, 8F and BC. RGB value is (165,143,188). Sum of RGB (Red+Green+Blue) = 165+143+188=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #A58FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FBC is #5A7043. Grayscale: #9A9A9A. Windows color (decimal): -5926980 or 12357541. OLE color: 12357541.

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

Color convert

RGB 165 143 188 -
CMYK 0.12 0.24 0 0.26
HSL 269.33º 0.25% 0.65% -
HSV(B) 269.33º 0.24% 0.74% -
XYZ 34.42 31.28 51.8 -
YUV 154.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 165 143 188 0.12 0.24 0 0.26 269.33 0.25 0.65
Hex A5 8F BC C 18 0 1A 10D 19 41
Octal 245 217 274 14 30 0 32 415 31 101
Binary 10100101 10001111 10111100 1100 11000 0 11010 100001101 11001 1000001

Color Harmonies of #A58FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FBC

Black with #A58FBC

Text Example


Text Example

White with #A58FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FBC; }

 p { color: rgb(165,143,188); }

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

background-color css

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

 a { background-color: rgb(165,143,188); }

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

border-color css

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

 span { border-color: rgb(165,143,188); }

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