Html Css Color HEX #A48BB6 East Side

📋 copy color: '#A48BB6'

red 164 ◦ green 139 ◦ blue 182

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

Shades of East Side #A48BB6

Tints of East Side #A48BB6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.66%

 BLUE value IS 182 (71.48% from 255) = 37.53%

R = 33.81%
G = 28.66%
B = 37.53%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A48BB6 (or 0xA48BB6) is known color: East Side. HEX triplet: A4, 8B and B6. RGB value is (164,139,182). Sum of RGB (Red+Green+Blue) = 164+139+182=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 182 - color contains mainly: blue. Hex color #A48BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BB6 is #5B7449. Grayscale: #979797. Windows color (decimal): -5993546 or 11963300. OLE color: 11963300.

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

Color convert

RGB 164 139 182 -
CMYK 0.10 0.24 0 0.29
HSL 274.88º 0.23% 0.63% -
HSV(B) 274.88º 0.24% 0.71% -
XYZ 32.99 29.74 48.26 -
YUV 151.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 164 139 182 0.10 0.24 0 0.29 274.88 0.23 0.63
Hex A4 8B B6 A 18 0 1D 113 17 3F
Octal 244 213 266 12 30 0 35 423 27 77
Binary 10100100 10001011 10110110 1010 11000 0 11101 100010011 10111 111111

Color Harmonies of #A48BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BB6

Black with #A48BB6

Text Example


Text Example

White with #A48BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BB6; }

 p { color: rgb(164,139,182); }

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

background-color css

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

 a { background-color: rgb(164,139,182); }

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

border-color css

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

 span { border-color: rgb(164,139,182); }

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