Html Css Color HEX #A896FE Biloba Flower

📋 copy color: '#A896FE'

red 168 ◦ green 150 ◦ blue 254

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

Shades of Biloba Flower #A896FE

Tints of Biloba Flower #A896FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 29.37%
G = 26.22%
B = 44.41%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A896FE (or 0xA896FE) is known color: Biloba Flower. HEX triplet: A8, 96 and FE. RGB value is (168,150,254). Sum of RGB (Red+Green+Blue) = 168+150+254=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #A896FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A896FE is #576901. Grayscale: #A6A6A6. Windows color (decimal): -5728514 or 16684712. OLE color: 16684712.

HSL color Cylindrical-coordinate representation of color #A896FE: hue angle of 250.38º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A896FE is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 150 254 -
CMYK 0.34 0.41 0 0.00
HSL 250.38º 0.98% 0.79% -
HSV(B) 250.38º 0.41% 1% -
XYZ 44.94 37.29 98.6 -
YUV 167.24 176.96 128.54 -
System Red Green Blue C M Y K H S L
Decimal 168 150 254 0.34 0.41 0 0.00 250.38 0.98 0.79
Hex A8 96 FE 22 29 0 0 FA 62 4F
Octal 250 226 376 42 51 0 0 372 142 117
Binary 10101000 10010110 11111110 100010 101001 0 0 11111010 1100010 1001111

Color Harmonies of #A896FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896FE

Black with #A896FE

Text Example


Text Example

White with #A896FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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