Html Css Color HEX #A99BDA Biloba Flower

📋 copy color: '#A99BDA'

red 169 ◦ green 155 ◦ blue 218

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

Shades of Biloba Flower #A99BDA

Tints of Biloba Flower #A99BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 31.18%
G = 28.6%
B = 40.22%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A99BDA (or 0xA99BDA) is known color: Biloba Flower. HEX triplet: A9, 9B and DA. RGB value is (169,155,218). Sum of RGB (Red+Green+Blue) = 169+155+218=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #A99BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BDA is #566425. Grayscale: #A6A6A6. Windows color (decimal): -5661734 or 14326697. OLE color: 14326697.

HSL color Cylindrical-coordinate representation of color #A99BDA: hue angle of 253.33º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99BDA is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 155 218 -
CMYK 0.22 0.29 0 0.15
HSL 253.33º 0.46% 0.73% -
HSV(B) 253.33º 0.29% 0.85% -
XYZ 40.74 36.94 71.31 -
YUV 166.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 169 155 218 0.22 0.29 0 0.15 253.33 0.46 0.73
Hex A9 9B DA 16 1D 0 F FD 2E 49
Octal 251 233 332 26 35 0 17 375 56 111
Binary 10101001 10011011 11011010 10110 11101 0 1111 11111101 101110 1001001

Color Harmonies of #A99BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BDA

Black with #A99BDA

Text Example


Text Example

White with #A99BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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