Html Css Color HEX #A390F9 Biloba Flower

📋 copy color: '#A390F9'

red 163 ◦ green 144 ◦ blue 249

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

Shades of Biloba Flower #A390F9

Tints of Biloba Flower #A390F9

RGB

 RED value IS 163 (64.06% from 255) = 29.32%

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

 BLUE value IS 249 (97.66% from 255) = 44.78%

R = 29.32%
G = 25.9%
B = 44.78%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A390F9 (or 0xA390F9) is known color: Biloba Flower. HEX triplet: A3, 90 and F9. RGB value is (163,144,249). Sum of RGB (Red+Green+Blue) = 163+144+249=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #A390F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A390F9 is #5C6F06. Grayscale: #A1A1A1. Windows color (decimal): -6057735 or 16355491. OLE color: 16355491.

HSL color Cylindrical-coordinate representation of color #A390F9: hue angle of 250.86º degrees, saturation: 0.9, 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 #A390F9 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 144 249 -
CMYK 0.35 0.42 0 0.02
HSL 250.86º 0.9% 0.77% -
HSV(B) 250.86º 0.42% 0.98% -
XYZ 42.18 34.57 94.07 -
YUV 161.65 177.29 128.96 -
System Red Green Blue C M Y K H S L
Decimal 163 144 249 0.35 0.42 0 0.02 250.86 0.9 0.77
Hex A3 90 F9 23 2A 0 2 FB 5A 4D
Octal 243 220 371 43 52 0 2 373 132 115
Binary 10100011 10010000 11111001 100011 101010 0 10 11111011 1011010 1001101

Color Harmonies of #A390F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390F9

Black with #A390F9

Text Example


Text Example

White with #A390F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390F9; }

 p { color: rgb(163,144,249); }

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

background-color css

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

 a { background-color: rgb(163,144,249); }

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

border-color css

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

 span { border-color: rgb(163,144,249); }

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