Html Css Color HEX #A48AB4 East Side

📋 copy color: '#A48AB4'

red 164 ◦ green 138 ◦ blue 180

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

Shades of East Side #A48AB4

Tints of East Side #A48AB4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.63%

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

R = 34.02%
G = 28.63%
B = 37.34%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A48AB4 (or 0xA48AB4) is known color: East Side. HEX triplet: A4, 8A and B4. RGB value is (164,138,180). Sum of RGB (Red+Green+Blue) = 164+138+180=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #A48AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48AB4 is #5B754B. Grayscale: #969696. Windows color (decimal): -5993804 or 11831972. OLE color: 11831972.

HSL color Cylindrical-coordinate representation of color #A48AB4: hue angle of 277.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A48AB4 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 138 180 -
CMYK 0.09 0.23 0 0.29
HSL 277.14º 0.22% 0.62% -
HSV(B) 277.14º 0.23% 0.71% -
XYZ 32.64 29.36 47.13 -
YUV 150.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 164 138 180 0.09 0.23 0 0.29 277.14 0.22 0.62
Hex A4 8A B4 9 17 0 1D 115 16 3E
Octal 244 212 264 11 27 0 35 425 26 76
Binary 10100100 10001010 10110100 1001 10111 0 11101 100010101 10110 111110

Color Harmonies of #A48AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48AB4

Black with #A48AB4

Text Example


Text Example

White with #A48AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48AB4; }

 p { color: rgb(164,138,180); }

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

background-color css

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

 a { background-color: rgb(164,138,180); }

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

border-color css

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

 span { border-color: rgb(164,138,180); }

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