Html Css Color HEX #A48DDD Biloba Flower

📋 copy color: '#A48DDD'

red 164 ◦ green 141 ◦ blue 221

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

Shades of Biloba Flower #A48DDD

Tints of Biloba Flower #A48DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 31.18%
G = 26.81%
B = 42.02%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A48DDD (or 0xA48DDD) is known color: Biloba Flower. HEX triplet: A4, 8D and DD. RGB value is (164,141,221). Sum of RGB (Red+Green+Blue) = 164+141+221=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #A48DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DDD is #5B7222. Grayscale: #9C9C9C. Windows color (decimal): -5992995 or 14519716. OLE color: 14519716.

HSL color Cylindrical-coordinate representation of color #A48DDD: hue angle of 257.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A48DDD is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 141 221 -
CMYK 0.26 0.36 0 0.13
HSL 257.25º 0.54% 0.71% -
HSV(B) 257.25º 0.36% 0.87% -
XYZ 37.89 32.16 72.62 -
YUV 157 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 164 141 221 0.26 0.36 0 0.13 257.25 0.54 0.71
Hex A4 8D DD 1A 24 0 D 101 36 47
Octal 244 215 335 32 44 0 15 401 66 107
Binary 10100100 10001101 11011101 11010 100100 0 1101 100000001 110110 1000111

Color Harmonies of #A48DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DDD

Black with #A48DDD

Text Example


Text Example

White with #A48DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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