Html Css Color HEX #A99BDF Biloba Flower

📋 copy color: '#A99BDF'

red 169 ◦ green 155 ◦ blue 223

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

Shades of Biloba Flower #A99BDF

Tints of Biloba Flower #A99BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 30.9%
G = 28.34%
B = 40.77%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A99BDF (or 0xA99BDF) is known color: Biloba Flower. HEX triplet: A9, 9B and DF. RGB value is (169,155,223). Sum of RGB (Red+Green+Blue) = 169+155+223=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #A99BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BDF is #566420. Grayscale: #A6A6A6. Windows color (decimal): -5661729 or 14654377. OLE color: 14654377.

HSL color Cylindrical-coordinate representation of color #A99BDF: hue angle of 252.35º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99BDF is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 155 223 -
CMYK 0.24 0.30 0 0.13
HSL 252.35º 0.52% 0.74% -
HSV(B) 252.35º 0.3% 0.87% -
XYZ 41.4 37.21 74.81 -
YUV 166.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 169 155 223 0.24 0.30 0 0.13 252.35 0.52 0.74
Hex A9 9B DF 18 1E 0 D FC 34 4A
Octal 251 233 337 30 36 0 15 374 64 112
Binary 10101001 10011011 11011111 11000 11110 0 1101 11111100 110100 1001010

Color Harmonies of #A99BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BDF

Black with #A99BDF

Text Example


Text Example

White with #A99BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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