Html Css Color HEX #A98ADD Biloba Flower

📋 copy color: '#A98ADD'

red 169 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #A98ADD

Tints of Biloba Flower #A98ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.14%

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

R = 32.01%
G = 26.14%
B = 41.86%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A98ADD (or 0xA98ADD) is known color: Biloba Flower. HEX triplet: A9, 8A and DD. RGB value is (169,138,221). Sum of RGB (Red+Green+Blue) = 169+138+221=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #A98ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ADD is #567522. Grayscale: #9C9C9C. Windows color (decimal): -5666083 or 14518953. OLE color: 14518953.

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

Color convert

RGB 169 138 221 -
CMYK 0.24 0.38 0 0.13
HSL 262.41º 0.55% 0.7% -
HSV(B) 262.41º 0.38% 0.87% -
XYZ 38.5 31.83 72.52 -
YUV 156.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 169 138 221 0.24 0.38 0 0.13 262.41 0.55 0.7
Hex A9 8A DD 18 26 0 D 106 37 46
Octal 251 212 335 30 46 0 15 406 67 106
Binary 10101001 10001010 11011101 11000 100110 0 1101 100000110 110111 1000110

Color Harmonies of #A98ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98ADD

Black with #A98ADD

Text Example


Text Example

White with #A98ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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