Html Css Color HEX #A996DB Biloba Flower

📋 copy color: '#A996DB'

red 169 ◦ green 150 ◦ blue 219

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

Shades of Biloba Flower #A996DB

Tints of Biloba Flower #A996DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 31.41%
G = 27.88%
B = 40.71%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A996DB (or 0xA996DB) is known color: Biloba Flower. HEX triplet: A9, 96 and DB. RGB value is (169,150,219). Sum of RGB (Red+Green+Blue) = 169+150+219=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #A996DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996DB is #566924. Grayscale: #A3A3A3. Windows color (decimal): -5663013 or 14390953. OLE color: 14390953.

HSL color Cylindrical-coordinate representation of color #A996DB: hue angle of 256.52º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A996DB is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 150 219 -
CMYK 0.23 0.32 0 0.14
HSL 256.52º 0.49% 0.72% -
HSV(B) 256.52º 0.32% 0.86% -
XYZ 40.05 35.36 71.73 -
YUV 163.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 169 150 219 0.23 0.32 0 0.14 256.52 0.49 0.72
Hex A9 96 DB 17 20 0 E 101 31 48
Octal 251 226 333 27 40 0 16 401 61 110
Binary 10101001 10010110 11011011 10111 100000 0 1110 100000001 110001 1001000

Color Harmonies of #A996DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996DB

Black with #A996DB

Text Example


Text Example

White with #A996DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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