Html Css Color HEX #A896FB Biloba Flower

📋 copy color: '#A896FB'

red 168 ◦ green 150 ◦ blue 251

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

Shades of Biloba Flower #A896FB

Tints of Biloba Flower #A896FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 29.53%
G = 26.36%
B = 44.11%

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

#A896FB (or 0xA896FB) is known color: Biloba Flower. HEX triplet: A8, 96 and FB. RGB value is (168,150,251). Sum of RGB (Red+Green+Blue) = 168+150+251=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #A896FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A896FB is #576904. Grayscale: #A6A6A6. Windows color (decimal): -5728517 or 16488104. OLE color: 16488104.

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

Color convert

RGB 168 150 251 -
CMYK 0.33 0.40 0 0.02
HSL 250.69º 0.93% 0.79% -
HSV(B) 250.69º 0.4% 0.98% -
XYZ 44.47 37.1 96.08 -
YUV 166.9 175.46 128.79 -
System Red Green Blue C M Y K H S L
Decimal 168 150 251 0.33 0.40 0 0.02 250.69 0.93 0.79
Hex A8 96 FB 21 28 0 2 FB 5D 4F
Octal 250 226 373 41 50 0 2 373 135 117
Binary 10101000 10010110 11111011 100001 101000 0 10 11111011 1011101 1001111

Color Harmonies of #A896FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896FB

Black with #A896FB

Text Example


Text Example

White with #A896FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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