Html Css Color HEX #A88FDB Biloba Flower

📋 copy color: '#A88FDB'

red 168 ◦ green 143 ◦ blue 219

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

Shades of Biloba Flower #A88FDB

Tints of Biloba Flower #A88FDB

RGB

 RED value IS 168 (66.02% from 255) = 31.7%

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

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

R = 31.7%
G = 26.98%
B = 41.32%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A88FDB (or 0xA88FDB) is known color: Biloba Flower. HEX triplet: A8, 8F and DB. RGB value is (168,143,219). Sum of RGB (Red+Green+Blue) = 168+143+219=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #A88FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FDB is #577024. Grayscale: #9E9E9E. Windows color (decimal): -5730341 or 14389160. OLE color: 14389160.

HSL color Cylindrical-coordinate representation of color #A88FDB: hue angle of 259.74º 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 #A88FDB is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 143 219 -
CMYK 0.23 0.35 0 0.14
HSL 259.74º 0.51% 0.71% -
HSV(B) 259.74º 0.35% 0.86% -
XYZ 38.76 33.08 71.36 -
YUV 159.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 168 143 219 0.23 0.35 0 0.14 259.74 0.51 0.71
Hex A8 8F DB 17 23 0 E 104 33 47
Octal 250 217 333 27 43 0 16 404 63 107
Binary 10101000 10001111 11011011 10111 100011 0 1110 100000100 110011 1000111

Color Harmonies of #A88FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88FDB

Black with #A88FDB

Text Example


Text Example

White with #A88FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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