Html Css Color HEX #A997CE Biloba Flower

📋 copy color: '#A997CE'

red 169 ◦ green 151 ◦ blue 206

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

Shades of Biloba Flower #A997CE

Tints of Biloba Flower #A997CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 32.13%
G = 28.71%
B = 39.16%

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

#A997CE (or 0xA997CE) is known color: Biloba Flower. HEX triplet: A9, 97 and CE. RGB value is (169,151,206). Sum of RGB (Red+Green+Blue) = 169+151+206=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #A997CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997CE is #566831. Grayscale: #A2A2A2. Windows color (decimal): -5662770 or 13539241. OLE color: 13539241.

HSL color Cylindrical-coordinate representation of color #A997CE: hue angle of 259.64º degrees, saturation: 0.36, 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 #A997CE is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 151 206 -
CMYK 0.18 0.27 0 0.19
HSL 259.64º 0.36% 0.7% -
HSV(B) 259.64º 0.27% 0.81% -
XYZ 38.57 35.02 63.12 -
YUV 162.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 169 151 206 0.18 0.27 0 0.19 259.64 0.36 0.7
Hex A9 97 CE 12 1B 0 13 104 24 46
Octal 251 227 316 22 33 0 23 404 44 106
Binary 10101001 10010111 11001110 10010 11011 0 10011 100000100 100100 1000110

Color Harmonies of #A997CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997CE

Black with #A997CE

Text Example


Text Example

White with #A997CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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