Html Css Color HEX #A997CF Biloba Flower

📋 copy color: '#A997CF'

red 169 ◦ green 151 ◦ blue 207

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

Shades of Biloba Flower #A997CF

Tints of Biloba Flower #A997CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 32.07%
G = 28.65%
B = 39.28%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A997CF (or 0xA997CF) is known color: Biloba Flower. HEX triplet: A9, 97 and CF. RGB value is (169,151,207). Sum of RGB (Red+Green+Blue) = 169+151+207=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #A997CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997CF is #566830. Grayscale: #A2A2A2. Windows color (decimal): -5662769 or 13604777. OLE color: 13604777.

HSL color Cylindrical-coordinate representation of color #A997CF: hue angle of 259.29º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A997CF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 151 207 -
CMYK 0.18 0.27 0 0.19
HSL 259.29º 0.37% 0.7% -
HSV(B) 259.29º 0.27% 0.81% -
XYZ 38.69 35.07 63.76 -
YUV 162.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 169 151 207 0.18 0.27 0 0.19 259.29 0.37 0.7
Hex A9 97 CF 12 1B 0 13 103 25 46
Octal 251 227 317 22 33 0 23 403 45 106
Binary 10101001 10010111 11001111 10010 11011 0 10011 100000011 100101 1000110

Color Harmonies of #A997CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997CF

Black with #A997CF

Text Example


Text Example

White with #A997CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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