Html Css Color HEX #A98FDD Biloba Flower

📋 copy color: '#A98FDD'

red 169 ◦ green 143 ◦ blue 221

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

Shades of Biloba Flower #A98FDD

Tints of Biloba Flower #A98FDD

RGB

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

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

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

R = 31.71%
G = 26.83%
B = 41.46%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A98FDD (or 0xA98FDD) is known color: Biloba Flower. HEX triplet: A9, 8F and DD. RGB value is (169,143,221). Sum of RGB (Red+Green+Blue) = 169+143+221=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #A98FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FDD is #567022. Grayscale: #9F9F9F. Windows color (decimal): -5664803 or 14520233. OLE color: 14520233.

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

Color convert

RGB 169 143 221 -
CMYK 0.24 0.35 0 0.13
HSL 260º 0.53% 0.71% -
HSV(B) 260º 0.35% 0.87% -
XYZ 39.24 33.3 72.77 -
YUV 159.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 169 143 221 0.24 0.35 0 0.13 260 0.53 0.71
Hex A9 8F DD 18 23 0 D 104 35 47
Octal 251 217 335 30 43 0 15 404 65 107
Binary 10101001 10001111 11011101 11000 100011 0 1101 100000100 110101 1000111

Color Harmonies of #A98FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98FDD

Black with #A98FDD

Text Example


Text Example

White with #A98FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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