Html Css Color HEX #A997DB Biloba Flower

📋 copy color: '#A997DB'

red 169 ◦ green 151 ◦ blue 219

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

Shades of Biloba Flower #A997DB

Tints of Biloba Flower #A997DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.01%

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

R = 31.35%
G = 28.01%
B = 40.63%

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

#A997DB (or 0xA997DB) is known color: Biloba Flower. HEX triplet: A9, 97 and DB. RGB value is (169,151,219). Sum of RGB (Red+Green+Blue) = 169+151+219=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #A997DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997DB is #566824. Grayscale: #A3A3A3. Windows color (decimal): -5662757 or 14391209. OLE color: 14391209.

HSL color Cylindrical-coordinate representation of color #A997DB: hue angle of 255.88º degrees, saturation: 0.49, 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 #A997DB is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 151 219 -
CMYK 0.23 0.31 0 0.14
HSL 255.88º 0.49% 0.73% -
HSV(B) 255.88º 0.31% 0.86% -
XYZ 40.21 35.68 71.79 -
YUV 164.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 169 151 219 0.23 0.31 0 0.14 255.88 0.49 0.73
Hex A9 97 DB 17 1F 0 E 100 31 49
Octal 251 227 333 27 37 0 16 400 61 111
Binary 10101001 10010111 11011011 10111 11111 0 1110 100000000 110001 1001001

Color Harmonies of #A997DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997DB

Black with #A997DB

Text Example


Text Example

White with #A997DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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