Html Css Color HEX #A997DA Biloba Flower

📋 copy color: '#A997DA'

red 169 ◦ green 151 ◦ blue 218

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

Shades of Biloba Flower #A997DA

Tints of Biloba Flower #A997DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 31.41%
G = 28.07%
B = 40.52%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A997DA (or 0xA997DA) is known color: Biloba Flower. HEX triplet: A9, 97 and DA. RGB value is (169,151,218). Sum of RGB (Red+Green+Blue) = 169+151+218=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #A997DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997DA is #566825. Grayscale: #A3A3A3. Windows color (decimal): -5662758 or 14325673. OLE color: 14325673.

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

Color convert

RGB 169 151 218 -
CMYK 0.22 0.31 0 0.15
HSL 256.12º 0.48% 0.72% -
HSV(B) 256.12º 0.31% 0.85% -
XYZ 40.08 35.63 71.09 -
YUV 164.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 169 151 218 0.22 0.31 0 0.15 256.12 0.48 0.72
Hex A9 97 DA 16 1F 0 F 100 30 48
Octal 251 227 332 26 37 0 17 400 60 110
Binary 10101001 10010111 11011010 10110 11111 0 1111 100000000 110000 1001000

Color Harmonies of #A997DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997DA

Black with #A997DA

Text Example


Text Example

White with #A997DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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