Html Css Color HEX #A58BC0 East Side

📋 copy color: '#A58BC0'

red 165 ◦ green 139 ◦ blue 192

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

Shades of East Side #A58BC0

Tints of East Side #A58BC0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.02%

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 33.27%
G = 28.02%
B = 38.71%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A58BC0 (or 0xA58BC0) is known color: East Side. HEX triplet: A5, 8B and C0. RGB value is (165,139,192). Sum of RGB (Red+Green+Blue) = 165+139+192=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #A58BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BC0 is #5A743F. Grayscale: #989898. Windows color (decimal): -5928000 or 12618661. OLE color: 12618661.

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

Color convert

RGB 165 139 192 -
CMYK 0.14 0.28 0 0.25
HSL 269.43º 0.3% 0.65% -
HSV(B) 269.43º 0.28% 0.75% -
XYZ 34.26 30.27 53.91 -
YUV 152.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 165 139 192 0.14 0.28 0 0.25 269.43 0.3 0.65
Hex A5 8B C0 E 1C 0 19 10D 1E 41
Octal 245 213 300 16 34 0 31 415 36 101
Binary 10100101 10001011 11000000 1110 11100 0 11001 100001101 11110 1000001

Color Harmonies of #A58BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BC0

Black with #A58BC0

Text Example


Text Example

White with #A58BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BC0; }

 p { color: rgb(165,139,192); }

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

background-color css

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

 a { background-color: rgb(165,139,192); }

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

border-color css

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

 span { border-color: rgb(165,139,192); }

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