Html Css Color HEX #A996C4 Biloba Flower

📋 copy color: '#A996C4'

red 169 ◦ green 150 ◦ blue 196

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

Shades of Biloba Flower #A996C4

Tints of Biloba Flower #A996C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.06%

R = 32.82%
G = 29.13%
B = 38.06%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A996C4 (or 0xA996C4) is known color: Biloba Flower. HEX triplet: A9, 96 and C4. RGB value is (169,150,196). Sum of RGB (Red+Green+Blue) = 169+150+196=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 196 - color contains mainly: blue. Hex color #A996C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996C4 is #56693B. Grayscale: #A0A0A0. Windows color (decimal): -5663036 or 12883625. OLE color: 12883625.

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

Color convert

RGB 169 150 196 -
CMYK 0.14 0.23 0 0.23
HSL 264.78º 0.28% 0.68% -
HSV(B) 264.78º 0.23% 0.77% -
XYZ 37.23 34.23 56.87 -
YUV 160.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 169 150 196 0.14 0.23 0 0.23 264.78 0.28 0.68
Hex A9 96 C4 E 17 0 17 109 1C 44
Octal 251 226 304 16 27 0 27 411 34 104
Binary 10101001 10010110 11000100 1110 10111 0 10111 100001001 11100 1000100

Color Harmonies of #A996C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996C4

Black with #A996C4

Text Example


Text Example

White with #A996C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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