Html Css Color HEX #A58CB3 East Side

📋 copy color: '#A58CB3'

red 165 ◦ green 140 ◦ blue 179

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

Shades of East Side #A58CB3

Tints of East Side #A58CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.98%

R = 34.09%
G = 28.93%
B = 36.98%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A58CB3 (or 0xA58CB3) is known color: East Side. HEX triplet: A5, 8C and B3. RGB value is (165,140,179). Sum of RGB (Red+Green+Blue) = 165+140+179=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #A58CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CB3 is #5A734C. Grayscale: #979797. Windows color (decimal): -5927757 or 11766949. OLE color: 11766949.

HSL color Cylindrical-coordinate representation of color #A58CB3: hue angle of 278.46º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A58CB3 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 140 179 -
CMYK 0.08 0.22 0 0.30
HSL 278.46º 0.2% 0.63% -
HSV(B) 278.46º 0.22% 0.7% -
XYZ 33.03 30.01 46.7 -
YUV 151.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 165 140 179 0.08 0.22 0 0.30 278.46 0.2 0.63
Hex A5 8C B3 8 16 0 1E 116 14 3F
Octal 245 214 263 10 26 0 36 426 24 77
Binary 10100101 10001100 10110011 1000 10110 0 11110 100010110 10100 111111

Color Harmonies of #A58CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CB3

Black with #A58CB3

Text Example


Text Example

White with #A58CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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