Html Css Color HEX #A896F9 Biloba Flower

📋 copy color: '#A896F9'

red 168 ◦ green 150 ◦ blue 249

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

Shades of Biloba Flower #A896F9

Tints of Biloba Flower #A896F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.92%

R = 29.63%
G = 26.46%
B = 43.92%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A896F9 (or 0xA896F9) is known color: Biloba Flower. HEX triplet: A8, 96 and F9. RGB value is (168,150,249). Sum of RGB (Red+Green+Blue) = 168+150+249=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #A896F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A896F9 is #576906. Grayscale: #A6A6A6. Windows color (decimal): -5728519 or 16357032. OLE color: 16357032.

HSL color Cylindrical-coordinate representation of color #A896F9: hue angle of 250.91º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A896F9 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 150 249 -
CMYK 0.33 0.40 0 0.02
HSL 250.91º 0.89% 0.78% -
HSV(B) 250.91º 0.4% 0.98% -
XYZ 44.15 36.98 94.43 -
YUV 166.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 168 150 249 0.33 0.40 0 0.02 250.91 0.89 0.78
Hex A8 96 F9 21 28 0 2 FB 59 4E
Octal 250 226 371 41 50 0 2 373 131 116
Binary 10101000 10010110 11111001 100001 101000 0 10 11111011 1011001 1001110

Color Harmonies of #A896F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896F9

Black with #A896F9

Text Example


Text Example

White with #A896F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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