Html Css Color HEX #A899D7 Biloba Flower

📋 copy color: '#A899D7'

red 168 ◦ green 153 ◦ blue 215

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

Shades of Biloba Flower #A899D7

Tints of Biloba Flower #A899D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.11%

R = 31.34%
G = 28.54%
B = 40.11%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A899D7 (or 0xA899D7) is known color: Biloba Flower. HEX triplet: A8, 99 and D7. RGB value is (168,153,215). Sum of RGB (Red+Green+Blue) = 168+153+215=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #A899D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899D7 is #576628. Grayscale: #A4A4A4. Windows color (decimal): -5727785 or 14129576. OLE color: 14129576.

HSL color Cylindrical-coordinate representation of color #A899D7: hue angle of 254.52º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A899D7 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 153 215 -
CMYK 0.22 0.29 0 0.16
HSL 254.52º 0.44% 0.72% -
HSV(B) 254.52º 0.29% 0.84% -
XYZ 39.81 36.01 69.14 -
YUV 164.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 168 153 215 0.22 0.29 0 0.16 254.52 0.44 0.72
Hex A8 99 D7 16 1D 0 10 FF 2C 48
Octal 250 231 327 26 35 0 20 377 54 110
Binary 10101000 10011001 11010111 10110 11101 0 10000 11111111 101100 1001000

Color Harmonies of #A899D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899D7

Black with #A899D7

Text Example


Text Example

White with #A899D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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