Html Css Color HEX #A390F3 Biloba Flower

📋 copy color: '#A390F3'

red 163 ◦ green 144 ◦ blue 243

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

Shades of Biloba Flower #A390F3

Tints of Biloba Flower #A390F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.18%

R = 29.64%
G = 26.18%
B = 44.18%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A390F3 (or 0xA390F3) is known color: Biloba Flower. HEX triplet: A3, 90 and F3. RGB value is (163,144,243). Sum of RGB (Red+Green+Blue) = 163+144+243=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #A390F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A390F3 is #5C6F0C. Grayscale: #A0A0A0. Windows color (decimal): -6057741 or 15962275. OLE color: 15962275.

HSL color Cylindrical-coordinate representation of color #A390F3: hue angle of 251.52º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A390F3 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 144 243 -
CMYK 0.33 0.41 0 0.05
HSL 251.52º 0.8% 0.76% -
HSV(B) 251.52º 0.41% 0.95% -
XYZ 41.26 34.2 89.22 -
YUV 160.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 163 144 243 0.33 0.41 0 0.05 251.52 0.8 0.76
Hex A3 90 F3 21 29 0 5 FC 50 4C
Octal 243 220 363 41 51 0 5 374 120 114
Binary 10100011 10010000 11110011 100001 101001 0 101 11111100 1010000 1001100

Color Harmonies of #A390F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390F3

Black with #A390F3

Text Example


Text Example

White with #A390F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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