Html Css Color HEX #A48FDB Biloba Flower

📋 copy color: '#A48FDB'

red 164 ◦ green 143 ◦ blue 219

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

Shades of Biloba Flower #A48FDB

Tints of Biloba Flower #A48FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.19%

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

R = 31.18%
G = 27.19%
B = 41.63%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A48FDB (or 0xA48FDB) is known color: Biloba Flower. HEX triplet: A4, 8F and DB. RGB value is (164,143,219). Sum of RGB (Red+Green+Blue) = 164+143+219=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #A48FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FDB is #5B7024. Grayscale: #9D9D9D. Windows color (decimal): -5992485 or 14389156. OLE color: 14389156.

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

Color convert

RGB 164 143 219 -
CMYK 0.25 0.35 0 0.14
HSL 256.58º 0.51% 0.71% -
HSV(B) 256.58º 0.35% 0.86% -
XYZ 37.92 32.65 71.32 -
YUV 157.94 162.46 132.32 -
System Red Green Blue C M Y K H S L
Decimal 164 143 219 0.25 0.35 0 0.14 256.58 0.51 0.71
Hex A4 8F DB 19 23 0 E 101 33 47
Octal 244 217 333 31 43 0 16 401 63 107
Binary 10100100 10001111 11011011 11001 100011 0 1110 100000001 110011 1000111

Color Harmonies of #A48FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48FDB

Black with #A48FDB

Text Example


Text Example

White with #A48FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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