Html Css Color HEX #A98CDD Biloba Flower

📋 copy color: '#A98CDD'

red 169 ◦ green 140 ◦ blue 221

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

Shades of Biloba Flower #A98CDD

Tints of Biloba Flower #A98CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.42%

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

R = 31.89%
G = 26.42%
B = 41.7%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A98CDD (or 0xA98CDD) is known color: Biloba Flower. HEX triplet: A9, 8C and DD. RGB value is (169,140,221). Sum of RGB (Red+Green+Blue) = 169+140+221=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #A98CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CDD is #567322. Grayscale: #9D9D9D. Windows color (decimal): -5665571 or 14519465. OLE color: 14519465.

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

Color convert

RGB 169 140 221 -
CMYK 0.24 0.37 0 0.13
HSL 261.48º 0.54% 0.71% -
HSV(B) 261.48º 0.37% 0.87% -
XYZ 38.79 32.41 72.62 -
YUV 157.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 169 140 221 0.24 0.37 0 0.13 261.48 0.54 0.71
Hex A9 8C DD 18 25 0 D 105 36 47
Octal 251 214 335 30 45 0 15 405 66 107
Binary 10101001 10001100 11011101 11000 100101 0 1101 100000101 110110 1000111

Color Harmonies of #A98CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98CDD

Black with #A98CDD

Text Example


Text Example

White with #A98CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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