Html Css Color HEX #A98DDD Biloba Flower

📋 copy color: '#A98DDD'

red 169 ◦ green 141 ◦ blue 221

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

Shades of Biloba Flower #A98DDD

Tints of Biloba Flower #A98DDD

RGB

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

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

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

R = 31.83%
G = 26.55%
B = 41.62%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A98DDD (or 0xA98DDD) is known color: Biloba Flower. HEX triplet: A9, 8D and DD. RGB value is (169,141,221). Sum of RGB (Red+Green+Blue) = 169+141+221=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #A98DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DDD is #567222. Grayscale: #9E9E9E. Windows color (decimal): -5665315 or 14519721. OLE color: 14519721.

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

Color convert

RGB 169 141 221 -
CMYK 0.24 0.36 0 0.13
HSL 261º 0.54% 0.71% -
HSV(B) 261º 0.36% 0.87% -
XYZ 38.94 32.71 72.67 -
YUV 158.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 169 141 221 0.24 0.36 0 0.13 261 0.54 0.71
Hex A9 8D DD 18 24 0 D 105 36 47
Octal 251 215 335 30 44 0 15 405 66 107
Binary 10101001 10001101 11011101 11000 100100 0 1101 100000101 110110 1000111

Color Harmonies of #A98DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98DDD

Black with #A98DDD

Text Example


Text Example

White with #A98DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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