Html Css Color HEX #A48DB3 East Side

📋 copy color: '#A48DB3'

red 164 ◦ green 141 ◦ blue 179

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

Shades of East Side #A48DB3

Tints of East Side #A48DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.98%

R = 33.88%
G = 29.13%
B = 36.98%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A48DB3 (or 0xA48DB3) is known color: East Side. HEX triplet: A4, 8D and B3. RGB value is (164,141,179). Sum of RGB (Red+Green+Blue) = 164+141+179=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #A48DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DB3 is #5B724C. Grayscale: #989898. Windows color (decimal): -5993037 or 11767204. OLE color: 11767204.

HSL color Cylindrical-coordinate representation of color #A48DB3: hue angle of 276.32º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A48DB3 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 141 179 -
CMYK 0.08 0.21 0 0.30
HSL 276.32º 0.2% 0.63% -
HSV(B) 276.32º 0.21% 0.7% -
XYZ 32.97 30.2 46.74 -
YUV 152.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 164 141 179 0.08 0.21 0 0.30 276.32 0.2 0.63
Hex A4 8D B3 8 15 0 1E 114 14 3F
Octal 244 215 263 10 25 0 36 424 24 77
Binary 10100100 10001101 10110011 1000 10101 0 11110 100010100 10100 111111

Color Harmonies of #A48DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DB3

Black with #A48DB3

Text Example


Text Example

White with #A48DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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