Html Css Color HEX #A996C5 Biloba Flower

📋 copy color: '#A996C5'

red 169 ◦ green 150 ◦ blue 197

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

Shades of Biloba Flower #A996C5

Tints of Biloba Flower #A996C5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.07%

 BLUE value IS 197 (77.34% from 255) = 38.18%

R = 32.75%
G = 29.07%
B = 38.18%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A996C5 (or 0xA996C5) is known color: Biloba Flower. HEX triplet: A9, 96 and C5. RGB value is (169,150,197). Sum of RGB (Red+Green+Blue) = 169+150+197=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 197 - color contains mainly: blue. Hex color #A996C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996C5 is #56693A. Grayscale: #A0A0A0. Windows color (decimal): -5663035 or 12949161. OLE color: 12949161.

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

Color convert

RGB 169 150 197 -
CMYK 0.14 0.24 0 0.23
HSL 264.26º 0.29% 0.68% -
HSV(B) 264.26º 0.24% 0.77% -
XYZ 37.35 34.28 57.47 -
YUV 161.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 169 150 197 0.14 0.24 0 0.23 264.26 0.29 0.68
Hex A9 96 C5 E 18 0 17 108 1D 44
Octal 251 226 305 16 30 0 27 410 35 104
Binary 10101001 10010110 11000101 1110 11000 0 10111 100001000 11101 1000100

Color Harmonies of #A996C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996C5

Black with #A996C5

Text Example


Text Example

White with #A996C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996C5; }

 p { color: rgb(169,150,197); }

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

background-color css

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

 a { background-color: rgb(169,150,197); }

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

border-color css

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

 span { border-color: rgb(169,150,197); }

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