Html Css Color HEX #A899EC Biloba Flower

📋 copy color: '#A899EC'

red 168 ◦ green 153 ◦ blue 236

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

Shades of Biloba Flower #A899EC

Tints of Biloba Flower #A899EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.47%

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

R = 30.16%
G = 27.47%
B = 42.37%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A899EC (or 0xA899EC) is known color: Biloba Flower. HEX triplet: A8, 99 and EC. RGB value is (168,153,236). Sum of RGB (Red+Green+Blue) = 168+153+236=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #A899EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A899EC is #576613. Grayscale: #A6A6A6. Windows color (decimal): -5727764 or 15505832. OLE color: 15505832.

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

Color convert

RGB 168 153 236 -
CMYK 0.29 0.35 0 0.07
HSL 250.84º 0.69% 0.76% -
HSV(B) 250.84º 0.35% 0.93% -
XYZ 42.68 37.16 84.28 -
YUV 166.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 168 153 236 0.29 0.35 0 0.07 250.84 0.69 0.76
Hex A8 99 EC 1D 23 0 7 FB 45 4C
Octal 250 231 354 35 43 0 7 373 105 114
Binary 10101000 10011001 11101100 11101 100011 0 111 11111011 1000101 1001100

Color Harmonies of #A899EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899EC

Black with #A899EC

Text Example


Text Example

White with #A899EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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