Html Css Color HEX #A998DA Biloba Flower

📋 copy color: '#A998DA'

red 169 ◦ green 152 ◦ blue 218

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

Shades of Biloba Flower #A998DA

Tints of Biloba Flower #A998DA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.2%

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 31.35%
G = 28.2%
B = 40.45%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A998DA (or 0xA998DA) is known color: Biloba Flower. HEX triplet: A9, 98 and DA. RGB value is (169,152,218). Sum of RGB (Red+Green+Blue) = 169+152+218=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #A998DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998DA is #566725. Grayscale: #A4A4A4. Windows color (decimal): -5662502 or 14325929. OLE color: 14325929.

HSL color Cylindrical-coordinate representation of color #A998DA: hue angle of 255.45º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A998DA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 152 218 -
CMYK 0.22 0.30 0 0.15
HSL 255.45º 0.47% 0.73% -
HSV(B) 255.45º 0.3% 0.85% -
XYZ 40.25 35.95 71.15 -
YUV 164.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 169 152 218 0.22 0.30 0 0.15 255.45 0.47 0.73
Hex A9 98 DA 16 1E 0 F FF 2F 49
Octal 251 230 332 26 36 0 17 377 57 111
Binary 10101001 10011000 11011010 10110 11110 0 1111 11111111 101111 1001001

Color Harmonies of #A998DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998DA

Black with #A998DA

Text Example


Text Example

White with #A998DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998DA; }

 p { color: rgb(169,152,218); }

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

background-color css

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

 a { background-color: rgb(169,152,218); }

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

border-color css

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

 span { border-color: rgb(169,152,218); }

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