Html Css Color HEX #A997D9 Biloba Flower

📋 copy color: '#A997D9'

red 169 ◦ green 151 ◦ blue 217

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

Shades of Biloba Flower #A997D9

Tints of Biloba Flower #A997D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.41%

R = 31.47%
G = 28.12%
B = 40.41%

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

#A997D9 (or 0xA997D9) is known color: Biloba Flower. HEX triplet: A9, 97 and D9. RGB value is (169,151,217). Sum of RGB (Red+Green+Blue) = 169+151+217=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #A997D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997D9 is #566826. Grayscale: #A3A3A3. Windows color (decimal): -5662759 or 14260137. OLE color: 14260137.

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

Color convert

RGB 169 151 217 -
CMYK 0.22 0.30 0 0.15
HSL 256.36º 0.46% 0.72% -
HSV(B) 256.36º 0.3% 0.85% -
XYZ 39.95 35.58 70.41 -
YUV 163.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 169 151 217 0.22 0.30 0 0.15 256.36 0.46 0.72
Hex A9 97 D9 16 1E 0 F 100 2E 48
Octal 251 227 331 26 36 0 17 400 56 110
Binary 10101001 10010111 11011001 10110 11110 0 1111 100000000 101110 1001000

Color Harmonies of #A997D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997D9

Black with #A997D9

Text Example


Text Example

White with #A997D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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