Html Css Color HEX #A99BC1 Biloba Flower

📋 copy color: '#A99BC1'

red 169 ◦ green 155 ◦ blue 193

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

Shades of Biloba Flower #A99BC1

Tints of Biloba Flower #A99BC1

RGB

 RED value IS 169 (66.41% from 255) = 32.69%

 GREEN value IS 155 (60.94% from 255) = 29.98%

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

R = 32.69%
G = 29.98%
B = 37.33%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A99BC1 (or 0xA99BC1) is known color: Biloba Flower. HEX triplet: A9, 9B and C1. RGB value is (169,155,193). Sum of RGB (Red+Green+Blue) = 169+155+193=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #A99BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BC1 is #56643E. Grayscale: #A3A3A3. Windows color (decimal): -5661759 or 12688297. OLE color: 12688297.

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

Color convert

RGB 169 155 193 -
CMYK 0.12 0.20 0 0.24
HSL 262.11º 0.23% 0.68% -
HSV(B) 262.11º 0.2% 0.76% -
XYZ 37.71 35.73 55.36 -
YUV 163.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 169 155 193 0.12 0.20 0 0.24 262.11 0.23 0.68
Hex A9 9B C1 C 14 0 18 106 17 44
Octal 251 233 301 14 24 0 30 406 27 104
Binary 10101001 10011011 11000001 1100 10100 0 11000 100000110 10111 1000100

Color Harmonies of #A99BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BC1

Black with #A99BC1

Text Example


Text Example

White with #A99BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BC1; }

 p { color: rgb(169,155,193); }

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

background-color css

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

 a { background-color: rgb(169,155,193); }

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

border-color css

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

 span { border-color: rgb(169,155,193); }

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