Html Css Color HEX #A896C7 Biloba Flower

📋 copy color: '#A896C7'

red 168 ◦ green 150 ◦ blue 199

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

Shades of Biloba Flower #A896C7

Tints of Biloba Flower #A896C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.49%

R = 32.5%
G = 29.01%
B = 38.49%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A896C7 (or 0xA896C7) is known color: Biloba Flower. HEX triplet: A8, 96 and C7. RGB value is (168,150,199). Sum of RGB (Red+Green+Blue) = 168+150+199=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 199 - color contains mainly: blue. Hex color #A896C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896C7 is #576938. Grayscale: #A0A0A0. Windows color (decimal): -5728569 or 13080232. OLE color: 13080232.

HSL color Cylindrical-coordinate representation of color #A896C7: hue angle of 262.04º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A896C7 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 150 199 -
CMYK 0.16 0.25 0 0.22
HSL 262.04º 0.3% 0.68% -
HSV(B) 262.04º 0.25% 0.78% -
XYZ 37.36 34.26 58.68 -
YUV 160.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 168 150 199 0.16 0.25 0 0.22 262.04 0.3 0.68
Hex A8 96 C7 10 19 0 16 106 1E 44
Octal 250 226 307 20 31 0 26 406 36 104
Binary 10101000 10010110 11000111 10000 11001 0 10110 100000110 11110 1000100

Color Harmonies of #A896C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896C7

Black with #A896C7

Text Example


Text Example

White with #A896C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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