Html Css Color HEX #A48DDB Biloba Flower

📋 copy color: '#A48DDB'

red 164 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #A48DDB

Tints of Biloba Flower #A48DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 31.3%
G = 26.91%
B = 41.79%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A48DDB (or 0xA48DDB) is known color: Biloba Flower. HEX triplet: A4, 8D and DB. RGB value is (164,141,219). Sum of RGB (Red+Green+Blue) = 164+141+219=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #A48DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DDB is #5B7224. Grayscale: #9C9C9C. Windows color (decimal): -5992997 or 14388644. OLE color: 14388644.

HSL color Cylindrical-coordinate representation of color #A48DDB: hue angle of 257.69º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A48DDB is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 141 219 -
CMYK 0.25 0.36 0 0.14
HSL 257.69º 0.52% 0.71% -
HSV(B) 257.69º 0.36% 0.86% -
XYZ 37.62 32.06 71.22 -
YUV 156.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 164 141 219 0.25 0.36 0 0.14 257.69 0.52 0.71
Hex A4 8D DB 19 24 0 E 102 34 47
Octal 244 215 333 31 44 0 16 402 64 107
Binary 10100100 10001101 11011011 11001 100100 0 1110 100000010 110100 1000111

Color Harmonies of #A48DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DDB

Black with #A48DDB

Text Example


Text Example

White with #A48DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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