Html Css Color HEX #A899DF Biloba Flower

📋 copy color: '#A899DF'

red 168 ◦ green 153 ◦ blue 223

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

Shades of Biloba Flower #A899DF

Tints of Biloba Flower #A899DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 30.88%
G = 28.13%
B = 40.99%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A899DF (or 0xA899DF) is known color: Biloba Flower. HEX triplet: A8, 99 and DF. RGB value is (168,153,223). Sum of RGB (Red+Green+Blue) = 168+153+223=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #A899DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899DF is #576620. Grayscale: #A5A5A5. Windows color (decimal): -5727777 or 14653864. OLE color: 14653864.

HSL color Cylindrical-coordinate representation of color #A899DF: hue angle of 252.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A899DF is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 153 223 -
CMYK 0.25 0.31 0 0.13
HSL 252.86º 0.52% 0.74% -
HSV(B) 252.86º 0.31% 0.87% -
XYZ 40.86 36.44 74.69 -
YUV 165.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 168 153 223 0.25 0.31 0 0.13 252.86 0.52 0.74
Hex A8 99 DF 19 1F 0 D FD 34 4A
Octal 250 231 337 31 37 0 15 375 64 112
Binary 10101000 10011001 11011111 11001 11111 0 1101 11111101 110100 1001010

Color Harmonies of #A899DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899DF

Black with #A899DF

Text Example


Text Example

White with #A899DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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