Html Css Color HEX #A997C3 Biloba Flower

📋 copy color: '#A997C3'

red 169 ◦ green 151 ◦ blue 195

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

Shades of Biloba Flower #A997C3

Tints of Biloba Flower #A997C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 32.82%
G = 29.32%
B = 37.86%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A997C3 (or 0xA997C3) is known color: Biloba Flower. HEX triplet: A9, 97 and C3. RGB value is (169,151,195). Sum of RGB (Red+Green+Blue) = 169+151+195=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #A997C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997C3 is #56683C. Grayscale: #A1A1A1. Windows color (decimal): -5662781 or 12818345. OLE color: 12818345.

HSL color Cylindrical-coordinate representation of color #A997C3: hue angle of 264.55º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A997C3 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 151 195 -
CMYK 0.13 0.23 0 0.24
HSL 264.55º 0.27% 0.68% -
HSV(B) 264.55º 0.23% 0.76% -
XYZ 37.28 34.51 56.33 -
YUV 161.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 169 151 195 0.13 0.23 0 0.24 264.55 0.27 0.68
Hex A9 97 C3 D 17 0 18 109 1B 44
Octal 251 227 303 15 27 0 30 411 33 104
Binary 10101001 10010111 11000011 1101 10111 0 11000 100001001 11011 1000100

Color Harmonies of #A997C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997C3

Black with #A997C3

Text Example


Text Example

White with #A997C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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