Html Css Color HEX #A390F1 Biloba Flower

📋 copy color: '#A390F1'

red 163 ◦ green 144 ◦ blue 241

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

Shades of Biloba Flower #A390F1

Tints of Biloba Flower #A390F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.98%

R = 29.74%
G = 26.28%
B = 43.98%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A390F1 (or 0xA390F1) is known color: Biloba Flower. HEX triplet: A3, 90 and F1. RGB value is (163,144,241). Sum of RGB (Red+Green+Blue) = 163+144+241=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #A390F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A390F1 is #5C6F0E. Grayscale: #A0A0A0. Windows color (decimal): -6057743 or 15831203. OLE color: 15831203.

HSL color Cylindrical-coordinate representation of color #A390F1: hue angle of 251.75º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A390F1 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 144 241 -
CMYK 0.32 0.40 0 0.05
HSL 251.75º 0.78% 0.75% -
HSV(B) 251.75º 0.4% 0.95% -
XYZ 40.95 34.08 87.64 -
YUV 160.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 163 144 241 0.32 0.40 0 0.05 251.75 0.78 0.75
Hex A3 90 F1 20 28 0 5 FC 4E 4B
Octal 243 220 361 40 50 0 5 374 116 113
Binary 10100011 10010000 11110001 100000 101000 0 101 11111100 1001110 1001011

Color Harmonies of #A390F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390F1

Black with #A390F1

Text Example


Text Example

White with #A390F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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