Html Css Color HEX #A99BCD Biloba Flower

📋 copy color: '#A99BCD'

red 169 ◦ green 155 ◦ blue 205

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

Shades of Biloba Flower #A99BCD

Tints of Biloba Flower #A99BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.75%

R = 31.95%
G = 29.3%
B = 38.75%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A99BCD (or 0xA99BCD) is known color: Biloba Flower. HEX triplet: A9, 9B and CD. RGB value is (169,155,205). Sum of RGB (Red+Green+Blue) = 169+155+205=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #A99BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BCD is #566432. Grayscale: #A4A4A4. Windows color (decimal): -5661747 or 13474729. OLE color: 13474729.

HSL color Cylindrical-coordinate representation of color #A99BCD: hue angle of 256.8º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A99BCD is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 155 205 -
CMYK 0.18 0.24 0 0.20
HSL 256.8º 0.33% 0.71% -
HSV(B) 256.8º 0.24% 0.8% -
XYZ 39.1 36.29 62.7 -
YUV 164.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 169 155 205 0.18 0.24 0 0.20 256.8 0.33 0.71
Hex A9 9B CD 12 18 0 14 101 21 47
Octal 251 233 315 22 30 0 24 401 41 107
Binary 10101001 10011011 11001101 10010 11000 0 10100 100000001 100001 1000111

Color Harmonies of #A99BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BCD

Black with #A99BCD

Text Example


Text Example

White with #A99BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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