Html Css Color HEX #A99AFA Biloba Flower

📋 copy color: '#A99AFA'

red 169 ◦ green 154 ◦ blue 250

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

Shades of Biloba Flower #A99AFA

Tints of Biloba Flower #A99AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 29.49%
G = 26.88%
B = 43.63%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A99AFA (or 0xA99AFA) is known color: Biloba Flower. HEX triplet: A9, 9A and FA. RGB value is (169,154,250). Sum of RGB (Red+Green+Blue) = 169+154+250=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #A99AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99AFA is #566505. Grayscale: #A9A9A9. Windows color (decimal): -5661958 or 16423593. OLE color: 16423593.

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

Color convert

RGB 169 154 250 -
CMYK 0.32 0.38 0 0.02
HSL 249.38º 0.91% 0.79% -
HSV(B) 249.38º 0.38% 0.98% -
XYZ 45.17 38.45 95.48 -
YUV 169.43 173.47 127.69 -
System Red Green Blue C M Y K H S L
Decimal 169 154 250 0.32 0.38 0 0.02 249.38 0.91 0.79
Hex A9 9A FA 20 26 0 2 F9 5B 4F
Octal 251 232 372 40 46 0 2 371 133 117
Binary 10101001 10011010 11111010 100000 100110 0 10 11111001 1011011 1001111

Color Harmonies of #A99AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99AFA

Black with #A99AFA

Text Example


Text Example

White with #A99AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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