Html Css Color HEX #A58CBC East Side

📋 copy color: '#A58CBC'

red 165 ◦ green 140 ◦ blue 188

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

Shades of East Side #A58CBC

Tints of East Side #A58CBC

RGB

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

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

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

R = 33.47%
G = 28.4%
B = 38.13%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A58CBC (or 0xA58CBC) is known color: East Side. HEX triplet: A5, 8C and BC. RGB value is (165,140,188). Sum of RGB (Red+Green+Blue) = 165+140+188=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #A58CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CBC is #5A7343. Grayscale: #989898. Windows color (decimal): -5927748 or 12356773. OLE color: 12356773.

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

Color convert

RGB 165 140 188 -
CMYK 0.12 0.26 0 0.26
HSL 271.25º 0.26% 0.64% -
HSV(B) 271.25º 0.26% 0.74% -
XYZ 33.97 30.39 51.65 -
YUV 152.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 165 140 188 0.12 0.26 0 0.26 271.25 0.26 0.64
Hex A5 8C BC C 1A 0 1A 10F 1A 40
Octal 245 214 274 14 32 0 32 417 32 100
Binary 10100101 10001100 10111100 1100 11010 0 11010 100001111 11010 1000000

Color Harmonies of #A58CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CBC

Black with #A58CBC

Text Example


Text Example

White with #A58CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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