Html Css Color HEX #A394F7 Biloba Flower

📋 copy color: '#A394F7'

red 163 ◦ green 148 ◦ blue 247

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

Shades of Biloba Flower #A394F7

Tints of Biloba Flower #A394F7

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.52%

 BLUE value IS 247 (96.88% from 255) = 44.27%

R = 29.21%
G = 26.52%
B = 44.27%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A394F7 (or 0xA394F7) is known color: Biloba Flower. HEX triplet: A3, 94 and F7. RGB value is (163,148,247). Sum of RGB (Red+Green+Blue) = 163+148+247=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 247 (96.88% from 255 or 44.27% from 558); Max value from RGB is 247 - color contains mainly: blue. Hex color #A394F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A394F7 is #5C6B08. Grayscale: #A3A3A3. Windows color (decimal): -6056713 or 16225443. OLE color: 16225443.

HSL color Cylindrical-coordinate representation of color #A394F7: hue angle of 249.09º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A394F7 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 163 148 247 -
CMYK 0.34 0.40 0 0.03
HSL 249.09º 0.86% 0.77% -
HSV(B) 249.09º 0.4% 0.97% -
XYZ 42.48 35.68 92.64 -
YUV 163.77 174.97 127.45 -
System Red Green Blue C M Y K H S L
Decimal 163 148 247 0.34 0.40 0 0.03 249.09 0.86 0.77
Hex A3 94 F7 22 28 0 3 F9 56 4D
Octal 243 224 367 42 50 0 3 371 126 115
Binary 10100011 10010100 11110111 100010 101000 0 11 11111001 1010110 1001101

Color Harmonies of #A394F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394F7

Black with #A394F7

Text Example


Text Example

White with #A394F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394F7; }

 p { color: rgb(163,148,247); }

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

background-color css

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

 a { background-color: rgb(163,148,247); }

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

border-color css

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

 span { border-color: rgb(163,148,247); }

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