Html Css Color HEX #A394F0 Biloba Flower

📋 copy color: '#A394F0'

red 163 ◦ green 148 ◦ blue 240

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

Shades of Biloba Flower #A394F0

Tints of Biloba Flower #A394F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.56%

R = 29.58%
G = 26.86%
B = 43.56%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A394F0 (or 0xA394F0) is known color: Biloba Flower. HEX triplet: A3, 94 and F0. RGB value is (163,148,240). Sum of RGB (Red+Green+Blue) = 163+148+240=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #A394F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A394F0 is #5C6B0F. Grayscale: #A2A2A2. Windows color (decimal): -6056720 or 15766691. OLE color: 15766691.

HSL color Cylindrical-coordinate representation of color #A394F0: hue angle of 249.78º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A394F0 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 148 240 -
CMYK 0.32 0.38 0 0.06
HSL 249.78º 0.75% 0.76% -
HSV(B) 249.78º 0.38% 0.94% -
XYZ 41.42 35.26 87.06 -
YUV 162.97 171.47 128.02 -
System Red Green Blue C M Y K H S L
Decimal 163 148 240 0.32 0.38 0 0.06 249.78 0.75 0.76
Hex A3 94 F0 20 26 0 6 FA 4B 4C
Octal 243 224 360 40 46 0 6 372 113 114
Binary 10100011 10010100 11110000 100000 100110 0 110 11111010 1001011 1001100

Color Harmonies of #A394F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394F0

Black with #A394F0

Text Example


Text Example

White with #A394F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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