Html Css Color HEX #A99BF8 Biloba Flower

📋 copy color: '#A99BF8'

red 169 ◦ green 155 ◦ blue 248

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

Shades of Biloba Flower #A99BF8

Tints of Biloba Flower #A99BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.36%

R = 29.55%
G = 27.1%
B = 43.36%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A99BF8 (or 0xA99BF8) is known color: Biloba Flower. HEX triplet: A9, 9B and F8. RGB value is (169,155,248). Sum of RGB (Red+Green+Blue) = 169+155+248=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 248 - color contains mainly: blue. Hex color #A99BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99BF8 is #566407. Grayscale: #A9A9A9. Windows color (decimal): -5661704 or 16292777. OLE color: 16292777.

HSL color Cylindrical-coordinate representation of color #A99BF8: hue angle of 249.03º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A99BF8 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 169 155 248 -
CMYK 0.32 0.38 0 0.03
HSL 249.03º 0.87% 0.79% -
HSV(B) 249.03º 0.38% 0.97% -
XYZ 45.03 38.66 93.89 -
YUV 169.79 172.14 127.44 -
System Red Green Blue C M Y K H S L
Decimal 169 155 248 0.32 0.38 0 0.03 249.03 0.87 0.79
Hex A9 9B F8 20 26 0 3 F9 57 4F
Octal 251 233 370 40 46 0 3 371 127 117
Binary 10101001 10011011 11111000 100000 100110 0 11 11111001 1010111 1001111

Color Harmonies of #A99BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BF8

Black with #A99BF8

Text Example


Text Example

White with #A99BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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