Html Css Color HEX #A48FAE East Side

📋 copy color: '#A48FAE'

red 164 ◦ green 143 ◦ blue 174

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

Shades of East Side #A48FAE

Tints of East Side #A48FAE

RGB

 RED value IS 164 (64.45% from 255) = 34.1%

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

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 34.1%
G = 29.73%
B = 36.17%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A48FAE (or 0xA48FAE) is known color: East Side. HEX triplet: A4, 8F and AE. RGB value is (164,143,174). Sum of RGB (Red+Green+Blue) = 164+143+174=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #A48FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48FAE is #5B7051. Grayscale: #989898. Windows color (decimal): -5992530 or 11440036. OLE color: 11440036.

HSL color Cylindrical-coordinate representation of color #A48FAE: hue angle of 280.65º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A48FAE is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 143 174 -
CMYK 0.06 0.18 0 0.32
HSL 280.65º 0.16% 0.62% -
HSV(B) 280.65º 0.18% 0.68% -
XYZ 32.77 30.59 44.22 -
YUV 152.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 164 143 174 0.06 0.18 0 0.32 280.65 0.16 0.62
Hex A4 8F AE 6 12 0 20 119 10 3E
Octal 244 217 256 6 22 0 40 431 20 76
Binary 10100100 10001111 10101110 110 10010 0 100000 100011001 10000 111110

Color Harmonies of #A48FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48FAE

Black with #A48FAE

Text Example


Text Example

White with #A48FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48FAE; }

 p { color: rgb(164,143,174); }

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

background-color css

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

 a { background-color: rgb(164,143,174); }

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

border-color css

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

 span { border-color: rgb(164,143,174); }

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