Html Css Color HEX #A48DB4 East Side

📋 copy color: '#A48DB4'

red 164 ◦ green 141 ◦ blue 180

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

Shades of East Side #A48DB4

Tints of East Side #A48DB4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.07%

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

R = 33.81%
G = 29.07%
B = 37.11%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A48DB4 (or 0xA48DB4) is known color: East Side. HEX triplet: A4, 8D and B4. RGB value is (164,141,180). Sum of RGB (Red+Green+Blue) = 164+141+180=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: blue. Hex color #A48DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DB4 is #5B724B. Grayscale: #989898. Windows color (decimal): -5993036 or 11832740. OLE color: 11832740.

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

Color convert

RGB 164 141 180 -
CMYK 0.09 0.22 0 0.29
HSL 275.38º 0.21% 0.63% -
HSV(B) 275.38º 0.22% 0.71% -
XYZ 33.07 30.24 47.27 -
YUV 152.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 164 141 180 0.09 0.22 0 0.29 275.38 0.21 0.63
Hex A4 8D B4 9 16 0 1D 113 15 3F
Octal 244 215 264 11 26 0 35 423 25 77
Binary 10100100 10001101 10110100 1001 10110 0 11101 100010011 10101 111111

Color Harmonies of #A48DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DB4

Black with #A48DB4

Text Example


Text Example

White with #A48DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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