Html Css Color HEX #A896ED Biloba Flower

📋 copy color: '#A896ED'

red 168 ◦ green 150 ◦ blue 237

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

Shades of Biloba Flower #A896ED

Tints of Biloba Flower #A896ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 30.27%
G = 27.03%
B = 42.7%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A896ED (or 0xA896ED) is known color: Biloba Flower. HEX triplet: A8, 96 and ED. RGB value is (168,150,237). Sum of RGB (Red+Green+Blue) = 168+150+237=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #A896ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A896ED is #576912. Grayscale: #A4A4A4. Windows color (decimal): -5728531 or 15570600. OLE color: 15570600.

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

Color convert

RGB 168 150 237 -
CMYK 0.29 0.37 0 0.07
HSL 252.41º 0.71% 0.76% -
HSV(B) 252.41º 0.37% 0.93% -
XYZ 42.34 36.25 84.89 -
YUV 165.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 168 150 237 0.29 0.37 0 0.07 252.41 0.71 0.76
Hex A8 96 ED 1D 25 0 7 FC 47 4C
Octal 250 226 355 35 45 0 7 374 107 114
Binary 10101000 10010110 11101101 11101 100101 0 111 11111100 1000111 1001100

Color Harmonies of #A896ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896ED

Black with #A896ED

Text Example


Text Example

White with #A896ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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