Html Css Color HEX #A899DA Biloba Flower

📋 copy color: '#A899DA'

red 168 ◦ green 153 ◦ blue 218

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

Shades of Biloba Flower #A899DA

Tints of Biloba Flower #A899DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 31.17%
G = 28.39%
B = 40.45%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A899DA (or 0xA899DA) is known color: Biloba Flower. HEX triplet: A8, 99 and DA. RGB value is (168,153,218). Sum of RGB (Red+Green+Blue) = 168+153+218=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #A899DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899DA is #576625. Grayscale: #A4A4A4. Windows color (decimal): -5727782 or 14326184. OLE color: 14326184.

HSL color Cylindrical-coordinate representation of color #A899DA: hue angle of 253.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A899DA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 153 218 -
CMYK 0.23 0.30 0 0.15
HSL 253.85º 0.47% 0.73% -
HSV(B) 253.85º 0.3% 0.85% -
XYZ 40.19 36.17 71.19 -
YUV 164.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 168 153 218 0.23 0.30 0 0.15 253.85 0.47 0.73
Hex A8 99 DA 17 1E 0 F FE 2F 49
Octal 250 231 332 27 36 0 17 376 57 111
Binary 10101000 10011001 11011010 10111 11110 0 1111 11111110 101111 1001001

Color Harmonies of #A899DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899DA

Black with #A899DA

Text Example


Text Example

White with #A899DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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