Html Css Color HEX #A997DD Biloba Flower

📋 copy color: '#A997DD'

red 169 ◦ green 151 ◦ blue 221

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

Shades of Biloba Flower #A997DD

Tints of Biloba Flower #A997DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 31.24%
G = 27.91%
B = 40.85%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A997DD (or 0xA997DD) is known color: Biloba Flower. HEX triplet: A9, 97 and DD. RGB value is (169,151,221). Sum of RGB (Red+Green+Blue) = 169+151+221=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #A997DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997DD is #566822. Grayscale: #A4A4A4. Windows color (decimal): -5662755 or 14522281. OLE color: 14522281.

HSL color Cylindrical-coordinate representation of color #A997DD: hue angle of 255.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A997DD is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 151 221 -
CMYK 0.24 0.32 0 0.13
HSL 255.43º 0.51% 0.73% -
HSV(B) 255.43º 0.32% 0.87% -
XYZ 40.48 35.79 73.18 -
YUV 164.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 169 151 221 0.24 0.32 0 0.13 255.43 0.51 0.73
Hex A9 97 DD 18 20 0 D FF 33 49
Octal 251 227 335 30 40 0 15 377 63 111
Binary 10101001 10010111 11011101 11000 100000 0 1101 11111111 110011 1001001

Color Harmonies of #A997DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997DD

Black with #A997DD

Text Example


Text Example

White with #A997DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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