Html Css Color HEX #A98FDB Biloba Flower

📋 copy color: '#A98FDB'

red 169 ◦ green 143 ◦ blue 219

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

Shades of Biloba Flower #A98FDB

Tints of Biloba Flower #A98FDB

RGB

 RED value IS 169 (66.41% from 255) = 31.83%

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

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

R = 31.83%
G = 26.93%
B = 41.24%

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

#A98FDB (or 0xA98FDB) is known color: Biloba Flower. HEX triplet: A9, 8F and DB. RGB value is (169,143,219). Sum of RGB (Red+Green+Blue) = 169+143+219=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #A98FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FDB is #567024. Grayscale: #9F9F9F. Windows color (decimal): -5664805 or 14389161. OLE color: 14389161.

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

Color convert

RGB 169 143 219 -
CMYK 0.23 0.35 0 0.14
HSL 260.53º 0.51% 0.71% -
HSV(B) 260.53º 0.35% 0.86% -
XYZ 38.97 33.19 71.37 -
YUV 159.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 169 143 219 0.23 0.35 0 0.14 260.53 0.51 0.71
Hex A9 8F DB 17 23 0 E 105 33 47
Octal 251 217 333 27 43 0 16 405 63 107
Binary 10101001 10001111 11011011 10111 100011 0 1110 100000101 110011 1000111

Color Harmonies of #A98FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98FDB

Black with #A98FDB

Text Example


Text Example

White with #A98FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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