Html Css Color HEX #A896F6 Biloba Flower

📋 copy color: '#A896F6'

red 168 ◦ green 150 ◦ blue 246

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

Shades of Biloba Flower #A896F6

Tints of Biloba Flower #A896F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.62%

R = 29.79%
G = 26.6%
B = 43.62%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A896F6 (or 0xA896F6) is known color: Biloba Flower. HEX triplet: A8, 96 and F6. RGB value is (168,150,246). Sum of RGB (Red+Green+Blue) = 168+150+246=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #A896F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A896F6 is #576909. Grayscale: #A5A5A5. Windows color (decimal): -5728522 or 16160424. OLE color: 16160424.

HSL color Cylindrical-coordinate representation of color #A896F6: hue angle of 251.25º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A896F6 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 150 246 -
CMYK 0.32 0.39 0 0.04
HSL 251.25º 0.84% 0.78% -
HSV(B) 251.25º 0.39% 0.96% -
XYZ 43.69 36.79 91.99 -
YUV 166.33 172.96 129.19 -
System Red Green Blue C M Y K H S L
Decimal 168 150 246 0.32 0.39 0 0.04 251.25 0.84 0.78
Hex A8 96 F6 20 27 0 4 FB 54 4E
Octal 250 226 366 40 47 0 4 373 124 116
Binary 10101000 10010110 11110110 100000 100111 0 100 11111011 1010100 1001110

Color Harmonies of #A896F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896F6

Black with #A896F6

Text Example


Text Example

White with #A896F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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