Html Css Color HEX #A896EF Biloba Flower

📋 copy color: '#A896EF'

red 168 ◦ green 150 ◦ blue 239

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

Shades of Biloba Flower #A896EF

Tints of Biloba Flower #A896EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 30.16%
G = 26.93%
B = 42.91%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A896EF (or 0xA896EF) is known color: Biloba Flower. HEX triplet: A8, 96 and EF. RGB value is (168,150,239). Sum of RGB (Red+Green+Blue) = 168+150+239=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #A896EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A896EF is #576910. Grayscale: #A5A5A5. Windows color (decimal): -5728529 or 15701672. OLE color: 15701672.

HSL color Cylindrical-coordinate representation of color #A896EF: hue angle of 252.13º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A896EF is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 150 239 -
CMYK 0.30 0.37 0 0.06
HSL 252.13º 0.74% 0.76% -
HSV(B) 252.13º 0.37% 0.94% -
XYZ 42.63 36.37 86.43 -
YUV 165.53 169.46 129.76 -
System Red Green Blue C M Y K H S L
Decimal 168 150 239 0.30 0.37 0 0.06 252.13 0.74 0.76
Hex A8 96 EF 1E 25 0 6 FC 4A 4C
Octal 250 226 357 36 45 0 6 374 112 114
Binary 10101000 10010110 11101111 11110 100101 0 110 11111100 1001010 1001100

Color Harmonies of #A896EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896EF

Black with #A896EF

Text Example


Text Example

White with #A896EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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