Html Css Color HEX #A48ABA East Side

📋 copy color: '#A48ABA'

red 164 ◦ green 138 ◦ blue 186

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

Shades of East Side #A48ABA

Tints of East Side #A48ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 33.61%
G = 28.28%
B = 38.11%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A48ABA (or 0xA48ABA) is known color: East Side. HEX triplet: A4, 8A and BA. RGB value is (164,138,186). Sum of RGB (Red+Green+Blue) = 164+138+186=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #A48ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ABA is #5B7545. Grayscale: #979797. Windows color (decimal): -5993798 or 12225188. OLE color: 12225188.

HSL color Cylindrical-coordinate representation of color #A48ABA: hue angle of 272.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A48ABA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 138 186 -
CMYK 0.12 0.26 0 0.27
HSL 272.5º 0.26% 0.64% -
HSV(B) 272.5º 0.26% 0.73% -
XYZ 33.26 29.61 50.42 -
YUV 151.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 164 138 186 0.12 0.26 0 0.27 272.5 0.26 0.64
Hex A4 8A BA C 1A 0 1B 110 1A 40
Octal 244 212 272 14 32 0 33 420 32 100
Binary 10100100 10001010 10111010 1100 11010 0 11011 100010000 11010 1000000

Color Harmonies of #A48ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48ABA

Black with #A48ABA

Text Example


Text Example

White with #A48ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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