Html Css Color HEX #A99BC3 Biloba Flower

📋 copy color: '#A99BC3'

red 169 ◦ green 155 ◦ blue 195

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

Shades of Biloba Flower #A99BC3

Tints of Biloba Flower #A99BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.57%

R = 32.56%
G = 29.87%
B = 37.57%

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

#A99BC3 (or 0xA99BC3) is known color: Biloba Flower. HEX triplet: A9, 9B and C3. RGB value is (169,155,195). Sum of RGB (Red+Green+Blue) = 169+155+195=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 195 - color contains mainly: blue. Hex color #A99BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BC3 is #56643C. Grayscale: #A3A3A3. Windows color (decimal): -5661757 or 12819369. OLE color: 12819369.

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

Color convert

RGB 169 155 195 -
CMYK 0.13 0.21 0 0.24
HSL 261º 0.25% 0.69% -
HSV(B) 261º 0.21% 0.76% -
XYZ 37.93 35.82 56.54 -
YUV 163.75 145.64 131.75 -
System Red Green Blue C M Y K H S L
Decimal 169 155 195 0.13 0.21 0 0.24 261 0.25 0.69
Hex A9 9B C3 D 15 0 18 105 19 45
Octal 251 233 303 15 25 0 30 405 31 105
Binary 10101001 10011011 11000011 1101 10101 0 11000 100000101 11001 1000101

Color Harmonies of #A99BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BC3

Black with #A99BC3

Text Example


Text Example

White with #A99BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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