Html Css Color HEX #A58FB4 East Side

📋 copy color: '#A58FB4'

red 165 ◦ green 143 ◦ blue 180

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

Shades of East Side #A58FB4

Tints of East Side #A58FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.89%

R = 33.81%
G = 29.3%
B = 36.89%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A58FB4 (or 0xA58FB4) is known color: East Side. HEX triplet: A5, 8F and B4. RGB value is (165,143,180). Sum of RGB (Red+Green+Blue) = 165+143+180=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 180 - color contains mainly: blue. Hex color #A58FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FB4 is #5A704B. Grayscale: #999999. Windows color (decimal): -5926988 or 11833253. OLE color: 11833253.

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

Color convert

RGB 165 143 180 -
CMYK 0.08 0.21 0 0.29
HSL 275.68º 0.2% 0.63% -
HSV(B) 275.68º 0.21% 0.71% -
XYZ 33.58 30.94 47.38 -
YUV 153.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 165 143 180 0.08 0.21 0 0.29 275.68 0.2 0.63
Hex A5 8F B4 8 15 0 1D 114 14 3F
Octal 245 217 264 10 25 0 35 424 24 77
Binary 10100101 10001111 10110100 1000 10101 0 11101 100010100 10100 111111

Color Harmonies of #A58FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FB4

Black with #A58FB4

Text Example


Text Example

White with #A58FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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