Html Css Color HEX #A99BF1 Biloba Flower

📋 copy color: '#A99BF1'

red 169 ◦ green 155 ◦ blue 241

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

Shades of Biloba Flower #A99BF1

Tints of Biloba Flower #A99BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.65%

R = 29.91%
G = 27.43%
B = 42.65%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A99BF1 (or 0xA99BF1) is known color: Biloba Flower. HEX triplet: A9, 9B and F1. RGB value is (169,155,241). Sum of RGB (Red+Green+Blue) = 169+155+241=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #A99BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99BF1 is #56640E. Grayscale: #A8A8A8. Windows color (decimal): -5661711 or 15834025. OLE color: 15834025.

HSL color Cylindrical-coordinate representation of color #A99BF1: hue angle of 249.77º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A99BF1 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 155 241 -
CMYK 0.30 0.36 0 0.05
HSL 249.77º 0.75% 0.78% -
HSV(B) 249.77º 0.36% 0.95% -
XYZ 43.96 38.23 88.28 -
YUV 168.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 169 155 241 0.30 0.36 0 0.05 249.77 0.75 0.78
Hex A9 9B F1 1E 24 0 5 FA 4B 4E
Octal 251 233 361 36 44 0 5 372 113 116
Binary 10101001 10011011 11110001 11110 100100 0 101 11111010 1001011 1001110

Color Harmonies of #A99BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BF1

Black with #A99BF1

Text Example


Text Example

White with #A99BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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