Html Css Color HEX #A490FA Biloba Flower

📋 copy color: '#A490FA'

red 164 ◦ green 144 ◦ blue 250

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

Shades of Biloba Flower #A490FA

Tints of Biloba Flower #A490FA

RGB

 RED value IS 164 (64.45% from 255) = 29.39%

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

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

R = 29.39%
G = 25.81%
B = 44.8%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A490FA (or 0xA490FA) is known color: Biloba Flower. HEX triplet: A4, 90 and FA. RGB value is (164,144,250). Sum of RGB (Red+Green+Blue) = 164+144+250=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #A490FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A490FA is #5B6F05. Grayscale: #A1A1A1. Windows color (decimal): -5992198 or 16421028. OLE color: 16421028.

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

Color convert

RGB 164 144 250 -
CMYK 0.34 0.42 0 0.02
HSL 251.32º 0.91% 0.77% -
HSV(B) 251.32º 0.42% 0.98% -
XYZ 42.54 34.74 94.91 -
YUV 162.06 177.63 129.38 -
System Red Green Blue C M Y K H S L
Decimal 164 144 250 0.34 0.42 0 0.02 251.32 0.91 0.77
Hex A4 90 FA 22 2A 0 2 FB 5B 4D
Octal 244 220 372 42 52 0 2 373 133 115
Binary 10100100 10010000 11111010 100010 101010 0 10 11111011 1011011 1001101

Color Harmonies of #A490FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490FA

Black with #A490FA

Text Example


Text Example

White with #A490FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490FA; }

 p { color: rgb(164,144,250); }

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

background-color css

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

 a { background-color: rgb(164,144,250); }

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

border-color css

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

 span { border-color: rgb(164,144,250); }

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