Html Css Color HEX #A99AF1 Biloba Flower

📋 copy color: '#A99AF1'

red 169 ◦ green 154 ◦ blue 241

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

Shades of Biloba Flower #A99AF1

Tints of Biloba Flower #A99AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.3%

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

R = 29.96%
G = 27.3%
B = 42.73%

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

#A99AF1 (or 0xA99AF1) is known color: Biloba Flower. HEX triplet: A9, 9A and F1. RGB value is (169,154,241). Sum of RGB (Red+Green+Blue) = 169+154+241=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #A99AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99AF1 is #56650E. Grayscale: #A8A8A8. Windows color (decimal): -5661967 or 15833769. OLE color: 15833769.

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

Color convert

RGB 169 154 241 -
CMYK 0.30 0.36 0 0.05
HSL 250.34º 0.76% 0.77% -
HSV(B) 250.34º 0.36% 0.95% -
XYZ 43.79 37.9 88.23 -
YUV 168.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 169 154 241 0.30 0.36 0 0.05 250.34 0.76 0.77
Hex A9 9A F1 1E 24 0 5 FA 4C 4D
Octal 251 232 361 36 44 0 5 372 114 115
Binary 10101001 10011010 11110001 11110 100100 0 101 11111010 1001100 1001101

Color Harmonies of #A99AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99AF1

Black with #A99AF1

Text Example


Text Example

White with #A99AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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