Html Css Color HEX #A997D7 Biloba Flower

📋 copy color: '#A997D7'

red 169 ◦ green 151 ◦ blue 215

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

Shades of Biloba Flower #A997D7

Tints of Biloba Flower #A997D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.19%

R = 31.59%
G = 28.22%
B = 40.19%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A997D7 (or 0xA997D7) is known color: Biloba Flower. HEX triplet: A9, 97 and D7. RGB value is (169,151,215). Sum of RGB (Red+Green+Blue) = 169+151+215=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #A997D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997D7 is #566828. Grayscale: #A3A3A3. Windows color (decimal): -5662761 or 14129065. OLE color: 14129065.

HSL color Cylindrical-coordinate representation of color #A997D7: hue angle of 256.88º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A997D7 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 151 215 -
CMYK 0.21 0.30 0 0.16
HSL 256.88º 0.44% 0.72% -
HSV(B) 256.88º 0.3% 0.84% -
XYZ 39.69 35.47 69.05 -
YUV 163.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 169 151 215 0.21 0.30 0 0.16 256.88 0.44 0.72
Hex A9 97 D7 15 1E 0 10 101 2C 48
Octal 251 227 327 25 36 0 20 401 54 110
Binary 10101001 10010111 11010111 10101 11110 0 10000 100000001 101100 1001000

Color Harmonies of #A997D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997D7

Black with #A997D7

Text Example


Text Example

White with #A997D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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