Html Css Color HEX #A996D7 Biloba Flower

📋 copy color: '#A996D7'

red 169 ◦ green 150 ◦ blue 215

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

Shades of Biloba Flower #A996D7

Tints of Biloba Flower #A996D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.26%

R = 31.65%
G = 28.09%
B = 40.26%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A996D7 (or 0xA996D7) is known color: Biloba Flower. HEX triplet: A9, 96 and D7. RGB value is (169,150,215). Sum of RGB (Red+Green+Blue) = 169+150+215=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #A996D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996D7 is #566928. Grayscale: #A2A2A2. Windows color (decimal): -5663017 or 14128809. OLE color: 14128809.

HSL color Cylindrical-coordinate representation of color #A996D7: hue angle of 257.54º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A996D7 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 150 215 -
CMYK 0.21 0.30 0 0.16
HSL 257.54º 0.45% 0.72% -
HSV(B) 257.54º 0.3% 0.84% -
XYZ 39.53 35.15 68.99 -
YUV 163.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 169 150 215 0.21 0.30 0 0.16 257.54 0.45 0.72
Hex A9 96 D7 15 1E 0 10 102 2D 48
Octal 251 226 327 25 36 0 20 402 55 110
Binary 10101001 10010110 11010111 10101 11110 0 10000 100000010 101101 1001000

Color Harmonies of #A996D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996D7

Black with #A996D7

Text Example


Text Example

White with #A996D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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