Html Css Color HEX #A997CA Biloba Flower

📋 copy color: '#A997CA'

red 169 ◦ green 151 ◦ blue 202

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

Shades of Biloba Flower #A997CA

Tints of Biloba Flower #A997CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.7%

R = 32.38%
G = 28.93%
B = 38.7%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A997CA (or 0xA997CA) is known color: Biloba Flower. HEX triplet: A9, 97 and CA. RGB value is (169,151,202). Sum of RGB (Red+Green+Blue) = 169+151+202=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #A997CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997CA is #566835. Grayscale: #A2A2A2. Windows color (decimal): -5662774 or 13277097. OLE color: 13277097.

HSL color Cylindrical-coordinate representation of color #A997CA: hue angle of 261.18º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A997CA is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 151 202 -
CMYK 0.16 0.25 0 0.21
HSL 261.18º 0.32% 0.69% -
HSV(B) 261.18º 0.25% 0.79% -
XYZ 38.09 34.83 60.59 -
YUV 162.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 169 151 202 0.16 0.25 0 0.21 261.18 0.32 0.69
Hex A9 97 CA 10 19 0 15 105 20 45
Octal 251 227 312 20 31 0 25 405 40 105
Binary 10101001 10010111 11001010 10000 11001 0 10101 100000101 100000 1000101

Color Harmonies of #A997CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997CA

Black with #A997CA

Text Example


Text Example

White with #A997CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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