Html Css Color HEX #A899C1 Biloba Flower

📋 copy color: '#A899C1'

red 168 ◦ green 153 ◦ blue 193

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

Shades of Biloba Flower #A899C1

Tints of Biloba Flower #A899C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.55%

R = 32.68%
G = 29.77%
B = 37.55%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A899C1 (or 0xA899C1) is known color: Biloba Flower. HEX triplet: A8, 99 and C1. RGB value is (168,153,193). Sum of RGB (Red+Green+Blue) = 168+153+193=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #A899C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899C1 is #57663E. Grayscale: #A1A1A1. Windows color (decimal): -5727807 or 12687784. OLE color: 12687784.

HSL color Cylindrical-coordinate representation of color #A899C1: hue angle of 262.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A899C1 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 153 193 -
CMYK 0.13 0.21 0 0.24
HSL 262.5º 0.24% 0.68% -
HSV(B) 262.5º 0.21% 0.76% -
XYZ 37.17 34.96 55.24 -
YUV 162.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 168 153 193 0.13 0.21 0 0.24 262.5 0.24 0.68
Hex A8 99 C1 D 15 0 18 106 18 44
Octal 250 231 301 15 25 0 30 406 30 104
Binary 10101000 10011001 11000001 1101 10101 0 11000 100000110 11000 1000100

Color Harmonies of #A899C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899C1

Black with #A899C1

Text Example


Text Example

White with #A899C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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