Html Css Color HEX #A899EF Biloba Flower

📋 copy color: '#A899EF'

red 168 ◦ green 153 ◦ blue 239

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

Shades of Biloba Flower #A899EF

Tints of Biloba Flower #A899EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 30%
G = 27.32%
B = 42.68%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A899EF (or 0xA899EF) is known color: Biloba Flower. HEX triplet: A8, 99 and EF. RGB value is (168,153,239). Sum of RGB (Red+Green+Blue) = 168+153+239=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #A899EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A899EF is #576610. Grayscale: #A6A6A6. Windows color (decimal): -5727761 or 15702440. OLE color: 15702440.

HSL color Cylindrical-coordinate representation of color #A899EF: hue angle of 250.47º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A899EF is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 153 239 -
CMYK 0.30 0.36 0 0.06
HSL 250.47º 0.73% 0.77% -
HSV(B) 250.47º 0.36% 0.94% -
XYZ 43.12 37.34 86.6 -
YUV 167.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 168 153 239 0.30 0.36 0 0.06 250.47 0.73 0.77
Hex A8 99 EF 1E 24 0 6 FA 49 4D
Octal 250 231 357 36 44 0 6 372 111 115
Binary 10101000 10011001 11101111 11110 100100 0 110 11111010 1001001 1001101

Color Harmonies of #A899EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899EF

Black with #A899EF

Text Example


Text Example

White with #A899EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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