Html Css Color HEX #A899F5 Biloba Flower

📋 copy color: '#A899F5'

red 168 ◦ green 153 ◦ blue 245

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

Shades of Biloba Flower #A899F5

Tints of Biloba Flower #A899F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.29%

R = 29.68%
G = 27.03%
B = 43.29%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A899F5 (or 0xA899F5) is known color: Biloba Flower. HEX triplet: A8, 99 and F5. RGB value is (168,153,245). Sum of RGB (Red+Green+Blue) = 168+153+245=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #A899F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A899F5 is #57660A. Grayscale: #A7A7A7. Windows color (decimal): -5727755 or 16095656. OLE color: 16095656.

HSL color Cylindrical-coordinate representation of color #A899F5: hue angle of 249.78º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A899F5 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 153 245 -
CMYK 0.31 0.38 0 0.04
HSL 249.78º 0.82% 0.78% -
HSV(B) 249.78º 0.38% 0.96% -
XYZ 44.02 37.7 91.34 -
YUV 167.97 171.47 128.02 -
System Red Green Blue C M Y K H S L
Decimal 168 153 245 0.31 0.38 0 0.04 249.78 0.82 0.78
Hex A8 99 F5 1F 26 0 4 FA 52 4E
Octal 250 231 365 37 46 0 4 372 122 116
Binary 10101000 10011001 11110101 11111 100110 0 100 11111010 1010010 1001110

Color Harmonies of #A899F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899F5

Black with #A899F5

Text Example


Text Example

White with #A899F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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