Html Css Color HEX #A99CFA Biloba Flower

📋 copy color: '#A99CFA'

red 169 ◦ green 156 ◦ blue 250

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

Shades of Biloba Flower #A99CFA

Tints of Biloba Flower #A99CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.13%

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

R = 29.39%
G = 27.13%
B = 43.48%

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

#A99CFA (or 0xA99CFA) is known color: Biloba Flower. HEX triplet: A9, 9C and FA. RGB value is (169,156,250). Sum of RGB (Red+Green+Blue) = 169+156+250=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #A99CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99CFA is #566305. Grayscale: #AAAAAA. Windows color (decimal): -5661446 or 16424105. OLE color: 16424105.

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

Color convert

RGB 169 156 250 -
CMYK 0.32 0.38 0 0.02
HSL 248.3º 0.9% 0.8% -
HSV(B) 248.3º 0.38% 0.98% -
XYZ 45.51 39.11 95.59 -
YUV 170.6 172.81 126.86 -
System Red Green Blue C M Y K H S L
Decimal 169 156 250 0.32 0.38 0 0.02 248.3 0.9 0.8
Hex A9 9C FA 20 26 0 2 F8 5A 50
Octal 251 234 372 40 46 0 2 370 132 120
Binary 10101001 10011100 11111010 100000 100110 0 10 11111000 1011010 1010000

Color Harmonies of #A99CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99CFA

Black with #A99CFA

Text Example


Text Example

White with #A99CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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