Html Css Color HEX #A899DC Biloba Flower

📋 copy color: '#A899DC'

red 168 ◦ green 153 ◦ blue 220

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

Shades of Biloba Flower #A899DC

Tints of Biloba Flower #A899DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 31.05%
G = 28.28%
B = 40.67%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A899DC (or 0xA899DC) is known color: Biloba Flower. HEX triplet: A8, 99 and DC. RGB value is (168,153,220). Sum of RGB (Red+Green+Blue) = 168+153+220=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #A899DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899DC is #576623. Grayscale: #A4A4A4. Windows color (decimal): -5727780 or 14457256. OLE color: 14457256.

HSL color Cylindrical-coordinate representation of color #A899DC: hue angle of 253.43º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A899DC is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 153 220 -
CMYK 0.24 0.30 0 0.14
HSL 253.43º 0.49% 0.73% -
HSV(B) 253.43º 0.3% 0.86% -
XYZ 40.46 36.27 72.58 -
YUV 165.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 168 153 220 0.24 0.30 0 0.14 253.43 0.49 0.73
Hex A8 99 DC 18 1E 0 E FD 31 49
Octal 250 231 334 30 36 0 16 375 61 111
Binary 10101000 10011001 11011100 11000 11110 0 1110 11111101 110001 1001001

Color Harmonies of #A899DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899DC

Black with #A899DC

Text Example


Text Example

White with #A899DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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