Html Css Color HEX #A998DB Biloba Flower

📋 copy color: '#A998DB'

red 169 ◦ green 152 ◦ blue 219

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

Shades of Biloba Flower #A998DB

Tints of Biloba Flower #A998DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.56%

R = 31.3%
G = 28.15%
B = 40.56%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A998DB (or 0xA998DB) is known color: Biloba Flower. HEX triplet: A9, 98 and DB. RGB value is (169,152,219). Sum of RGB (Red+Green+Blue) = 169+152+219=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #A998DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998DB is #566724. Grayscale: #A4A4A4. Windows color (decimal): -5662501 or 14391465. OLE color: 14391465.

HSL color Cylindrical-coordinate representation of color #A998DB: hue angle of 255.22º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A998DB is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 152 219 -
CMYK 0.23 0.31 0 0.14
HSL 255.22º 0.48% 0.73% -
HSV(B) 255.22º 0.31% 0.86% -
XYZ 40.38 36.01 71.84 -
YUV 164.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 169 152 219 0.23 0.31 0 0.14 255.22 0.48 0.73
Hex A9 98 DB 17 1F 0 E FF 30 49
Octal 251 230 333 27 37 0 16 377 60 111
Binary 10101001 10011000 11011011 10111 11111 0 1110 11111111 110000 1001001

Color Harmonies of #A998DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998DB

Black with #A998DB

Text Example


Text Example

White with #A998DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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