Html Css Color HEX #A58FB0 East Side

📋 copy color: '#A58FB0'

red 165 ◦ green 143 ◦ blue 176

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

Shades of East Side #A58FB0

Tints of East Side #A58FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.36%

R = 34.09%
G = 29.55%
B = 36.36%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A58FB0 (or 0xA58FB0) is known color: East Side. HEX triplet: A5, 8F and B0. RGB value is (165,143,176). Sum of RGB (Red+Green+Blue) = 165+143+176=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 176 - color contains mainly: blue. Hex color #A58FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58FB0 is #5A704F. Grayscale: #999999. Windows color (decimal): -5926992 or 11571109. OLE color: 11571109.

HSL color Cylindrical-coordinate representation of color #A58FB0: hue angle of 280º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A58FB0 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 143 176 -
CMYK 0.06 0.19 0 0.31
HSL 280º 0.17% 0.63% -
HSV(B) 280º 0.19% 0.69% -
XYZ 33.18 30.78 45.27 -
YUV 153.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 165 143 176 0.06 0.19 0 0.31 280 0.17 0.63
Hex A5 8F B0 6 13 0 1F 118 11 3F
Octal 245 217 260 6 23 0 37 430 21 77
Binary 10100101 10001111 10110000 110 10011 0 11111 100011000 10001 111111

Color Harmonies of #A58FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FB0

Black with #A58FB0

Text Example


Text Example

White with #A58FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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