Html Css Color HEX #A896D9 Biloba Flower

📋 copy color: '#A896D9'

red 168 ◦ green 150 ◦ blue 217

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

Shades of Biloba Flower #A896D9

Tints of Biloba Flower #A896D9

RGB

 RED value IS 168 (66.02% from 255) = 31.4%

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

 BLUE value IS 217 (85.16% from 255) = 40.56%

R = 31.4%
G = 28.04%
B = 40.56%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A896D9 (or 0xA896D9) is known color: Biloba Flower. HEX triplet: A8, 96 and D9. RGB value is (168,150,217). Sum of RGB (Red+Green+Blue) = 168+150+217=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #A896D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896D9 is #576926. Grayscale: #A2A2A2. Windows color (decimal): -5728551 or 14259880. OLE color: 14259880.

HSL color Cylindrical-coordinate representation of color #A896D9: hue angle of 256.12º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A896D9 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 150 217 -
CMYK 0.23 0.31 0 0.15
HSL 256.12º 0.47% 0.72% -
HSV(B) 256.12º 0.31% 0.85% -
XYZ 39.58 35.15 70.34 -
YUV 163.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 168 150 217 0.23 0.31 0 0.15 256.12 0.47 0.72
Hex A8 96 D9 17 1F 0 F 100 2F 48
Octal 250 226 331 27 37 0 17 400 57 110
Binary 10101000 10010110 11011001 10111 11111 0 1111 100000000 101111 1001000

Color Harmonies of #A896D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896D9

Black with #A896D9

Text Example


Text Example

White with #A896D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896D9; }

 p { color: rgb(168,150,217); }

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

background-color css

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

 a { background-color: rgb(168,150,217); }

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

border-color css

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

 span { border-color: rgb(168,150,217); }

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