Html Css Color HEX #A896EC Biloba Flower

📋 copy color: '#A896EC'

red 168 ◦ green 150 ◦ blue 236

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

Shades of Biloba Flower #A896EC

Tints of Biloba Flower #A896EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.6%

R = 30.32%
G = 27.08%
B = 42.6%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A896EC (or 0xA896EC) is known color: Biloba Flower. HEX triplet: A8, 96 and EC. RGB value is (168,150,236). Sum of RGB (Red+Green+Blue) = 168+150+236=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #A896EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A896EC is #576913. Grayscale: #A4A4A4. Windows color (decimal): -5728532 or 15505064. OLE color: 15505064.

HSL color Cylindrical-coordinate representation of color #A896EC: hue angle of 252.56º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A896EC is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 150 236 -
CMYK 0.29 0.36 0 0.07
HSL 252.56º 0.69% 0.76% -
HSV(B) 252.56º 0.36% 0.93% -
XYZ 42.2 36.19 84.12 -
YUV 165.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 168 150 236 0.29 0.36 0 0.07 252.56 0.69 0.76
Hex A8 96 EC 1D 24 0 7 FD 45 4C
Octal 250 226 354 35 44 0 7 375 105 114
Binary 10101000 10010110 11101100 11101 100100 0 111 11111101 1000101 1001100

Color Harmonies of #A896EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896EC

Black with #A896EC

Text Example


Text Example

White with #A896EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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