Html Css Color HEX #A899FE Biloba Flower

📋 copy color: '#A899FE'

red 168 ◦ green 153 ◦ blue 254

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

Shades of Biloba Flower #A899FE

Tints of Biloba Flower #A899FE

RGB

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

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

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

R = 29.22%
G = 26.61%
B = 44.17%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A899FE (or 0xA899FE) is known color: Biloba Flower. HEX triplet: A8, 99 and FE. RGB value is (168,153,254). Sum of RGB (Red+Green+Blue) = 168+153+254=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #A899FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A899FE is #576601. Grayscale: #A8A8A8. Windows color (decimal): -5727746 or 16685480. OLE color: 16685480.

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

Color convert

RGB 168 153 254 -
CMYK 0.34 0.40 0 0.00
HSL 248.91º 0.98% 0.8% -
HSV(B) 248.91º 0.4% 1% -
XYZ 45.43 38.26 98.76 -
YUV 169 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 168 153 254 0.34 0.40 0 0.00 248.91 0.98 0.8
Hex A8 99 FE 22 28 0 0 F9 62 50
Octal 250 231 376 42 50 0 0 371 142 120
Binary 10101000 10011001 11111110 100010 101000 0 0 11111001 1100010 1010000

Color Harmonies of #A899FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899FE

Black with #A899FE

Text Example


Text Example

White with #A899FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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