Html Css Color HEX #A990FE Biloba Flower

📋 copy color: '#A990FE'

red 169 ◦ green 144 ◦ blue 254

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

Shades of Biloba Flower #A990FE

Tints of Biloba Flower #A990FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.4%

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 29.81%
G = 25.4%
B = 44.8%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A990FE (or 0xA990FE) is known color: Biloba Flower. HEX triplet: A9, 90 and FE. RGB value is (169,144,254). Sum of RGB (Red+Green+Blue) = 169+144+254=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #A990FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A990FE is #566F01. Grayscale: #A3A3A3. Windows color (decimal): -5664514 or 16683177. OLE color: 16683177.

HSL color Cylindrical-coordinate representation of color #A990FE: hue angle of 253.64º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A990FE is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 169 144 254 -
CMYK 0.33 0.43 0 0.00
HSL 253.64º 0.98% 0.78% -
HSV(B) 253.64º 0.43% 1% -
XYZ 44.22 35.54 98.29 -
YUV 164.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 169 144 254 0.33 0.43 0 0.00 253.64 0.98 0.78
Hex A9 90 FE 21 2B 0 0 FE 62 4E
Octal 251 220 376 41 53 0 0 376 142 116
Binary 10101001 10010000 11111110 100001 101011 0 0 11111110 1100010 1001110

Color Harmonies of #A990FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990FE

Black with #A990FE

Text Example


Text Example

White with #A990FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990FE; }

 p { color: rgb(169,144,254); }

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

background-color css

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

 a { background-color: rgb(169,144,254); }

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

border-color css

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

 span { border-color: rgb(169,144,254); }

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