Html Css Color HEX #A98DD1 Biloba Flower

📋 copy color: '#A98DD1'

red 169 ◦ green 141 ◦ blue 209

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

Shades of Biloba Flower #A98DD1

Tints of Biloba Flower #A98DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.27%

R = 32.56%
G = 27.17%
B = 40.27%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A98DD1 (or 0xA98DD1) is known color: Biloba Flower. HEX triplet: A9, 8D and D1. RGB value is (169,141,209). Sum of RGB (Red+Green+Blue) = 169+141+209=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #A98DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DD1 is #56722E. Grayscale: #9C9C9C. Windows color (decimal): -5665327 or 13733289. OLE color: 13733289.

HSL color Cylindrical-coordinate representation of color #A98DD1: hue angle of 264.71º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A98DD1 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 141 209 -
CMYK 0.19 0.33 0 0.18
HSL 264.71º 0.43% 0.69% -
HSV(B) 264.71º 0.33% 0.82% -
XYZ 37.4 32.09 64.54 -
YUV 157.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 169 141 209 0.19 0.33 0 0.18 264.71 0.43 0.69
Hex A9 8D D1 13 21 0 12 109 2A 45
Octal 251 215 321 23 41 0 22 411 52 105
Binary 10101001 10001101 11010001 10011 100001 0 10010 100001001 101010 1000101

Color Harmonies of #A98DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98DD1

Black with #A98DD1

Text Example


Text Example

White with #A98DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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