Html Css Color HEX #A58BB3 East Side

📋 copy color: '#A58BB3'

red 165 ◦ green 139 ◦ blue 179

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

Shades of East Side #A58BB3

Tints of East Side #A58BB3

RGB

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

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

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

R = 34.16%
G = 28.78%
B = 37.06%

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

#A58BB3 (or 0xA58BB3) is known color: East Side. HEX triplet: A5, 8B and B3. RGB value is (165,139,179). Sum of RGB (Red+Green+Blue) = 165+139+179=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #A58BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BB3 is #5A744C. Grayscale: #979797. Windows color (decimal): -5928013 or 11766693. OLE color: 11766693.

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

Color convert

RGB 165 139 179 -
CMYK 0.08 0.22 0 0.30
HSL 279º 0.21% 0.62% -
HSV(B) 279º 0.22% 0.7% -
XYZ 32.89 29.72 46.65 -
YUV 151.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 165 139 179 0.08 0.22 0 0.30 279 0.21 0.62
Hex A5 8B B3 8 16 0 1E 117 15 3E
Octal 245 213 263 10 26 0 36 427 25 76
Binary 10100101 10001011 10110011 1000 10110 0 11110 100010111 10101 111110

Color Harmonies of #A58BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BB3

Black with #A58BB3

Text Example


Text Example

White with #A58BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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