Html Css Color HEX #A996DF Biloba Flower

📋 copy color: '#A996DF'

red 169 ◦ green 150 ◦ blue 223

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

Shades of Biloba Flower #A996DF

Tints of Biloba Flower #A996DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 31.18%
G = 27.68%
B = 41.14%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A996DF (or 0xA996DF) is known color: Biloba Flower. HEX triplet: A9, 96 and DF. RGB value is (169,150,223). Sum of RGB (Red+Green+Blue) = 169+150+223=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #A996DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996DF is #566920. Grayscale: #A3A3A3. Windows color (decimal): -5663009 or 14653097. OLE color: 14653097.

HSL color Cylindrical-coordinate representation of color #A996DF: hue angle of 255.62º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A996DF is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 150 223 -
CMYK 0.24 0.33 0 0.13
HSL 255.62º 0.53% 0.73% -
HSV(B) 255.62º 0.33% 0.87% -
XYZ 40.59 35.58 74.54 -
YUV 164 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 169 150 223 0.24 0.33 0 0.13 255.62 0.53 0.73
Hex A9 96 DF 18 21 0 D 100 35 49
Octal 251 226 337 30 41 0 15 400 65 111
Binary 10101001 10010110 11011111 11000 100001 0 1101 100000000 110101 1001001

Color Harmonies of #A996DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996DF

Black with #A996DF

Text Example


Text Example

White with #A996DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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